root / benchmark / cjsonbenchmark.py
| Revision 7, 122 bytes (checked in by mike, 11 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/python |
| 2 | import cjson |
| 3 | import teststring |
| 4 | |
| 5 | _=None |
| 6 | for x in xrange(50000): |
| 7 | _=cjson.decode(teststring.JSON_STR) |
Note: See TracBrowser
for help on using the browser.
