root/benchmark/cjsonbenchmark.py

Revision 7, 122 bytes (checked in by mike, 3 years 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)
8
Note: See TracBrowser for help on using the browser.