Go to the source code of this file.
Namespaces | |
| namespace | benchmark |
Functions | |
| def | benchmark.cjsonDec |
| def | benchmark.cjsonEnc |
| def | benchmark.jsonDec |
| def | benchmark.jsonEnc |
| def | benchmark.simplejsonDec |
| def | benchmark.simplejsonEnc |
| def | benchmark.timeit_compat_fix |
| def | benchmark.ujsonDec |
| def | benchmark.ujsonEnc |
| def | benchmark.yajlDec |
| def | benchmark.yajlEnc |
Variables | |
| list | benchmark.arrays = [] |
| int | benchmark.COUNT = 2000 |
| string | benchmark.decodeData = "" |
| list | benchmark.friends = [ user, user, user, user, user, user, user, user ] |
| benchmark.json = simplejson | |
| list | benchmark.testObject = [] |
| dictionary | benchmark.user = { "userId": 3381293, "age": 213, "username": "johndoe", "fullname": u"John Doe the Second", "isAuthorized": True, "liked": 31231.31231202, "approval": 31.1471, "jobs": [ 1, 2 ], "currJob": None } |