Go to the source code of this file.
Namespaces | |
| namespace | benchmark2 |
Functions | |
| def | benchmark2.simplejsonDec |
| def | benchmark2.simplejsonEnc |
| def | benchmark2.timeit_compat_fix |
| def | benchmark2.ujsonDec |
| def | benchmark2.ujsonEnc |
Variables | |
| int | benchmark2.COUNT = 100 |
| tuple | benchmark2.decodeData = f.read() |
| tuple | benchmark2.encodeData = simplejson.loads(decodeData) |
| tuple | benchmark2.f = open("sample.json", "rb") |
| benchmark2.json = simplejson | |