root / benchmark / cjsonbenchmark.py

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

Added benchmarks

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