From d7879c9c97547d4d8ca9e9072bbd8d33bd315c6c Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 23 Mar 2008 21:07:48 +0000 Subject: decoder speed enhancements git-svn-id: http://simplejson.googlecode.com/svn/trunk@77 a4795897-2c25-0410-b006-0d3caba88fa1 --- scripts/bench.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/bench.sh b/scripts/bench.sh index e30e246..de41c3e 100755 --- a/scripts/bench.sh +++ b/scripts/bench.sh @@ -1,2 +1,3 @@ #!/bin/sh /usr/bin/env python -mtimeit -s 'from simplejson.tests.test_pass1 import test_parse' 'test_parse()' +/usr/bin/env python -c 'from simplejson.tests.test_pass1 import test_parse; import profile; profile.run("for i in xrange(100): test_parse()")' -- cgit v1.2.1