root / benchmark / simplejsonbench.py

Revision 7, 130 bytes (checked in by mike, 11 months ago)

Added benchmarks

  • Property svn:executable set to *
Line 
1#!/usr/bin/python
2import simplejson
3import teststring
4_=None
5for x in xrange(50000):
6    _=simplejson.loads(teststring.JSON_STR)
Note: See TracBrowser for help on using the browser.