File: bench.sh

package info (click to toggle)
simplejson 1.3-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 472 kB
  • ctags: 1,026
  • sloc: python: 953; makefile: 13; sh: 1
file content (2 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download
1
2
#!/bin/sh
/usr/bin/env python -mtimeit -s 'from simplejson.tests.test_pass1 import test_parse' 'test_parse()'