Functions | |
| def | simplejsonDec |
| def | simplejsonEnc |
| def | timeit_compat_fix |
| def | ujsonDec |
| def | ujsonEnc |
Variables | |
| int | COUNT = 100 |
| tuple | decodeData = f.read() |
| tuple | encodeData = simplejson.loads(decodeData) |
| tuple | f = open("sample.json", "rb") |
| json = simplejson | |
| def benchmark2.simplejsonDec | ( | ) |
Definition at line 35 of file benchmark2.py.
| def benchmark2.simplejsonEnc | ( | ) |
Definition at line 41 of file benchmark2.py.
| def benchmark2.timeit_compat_fix | ( | timeit | ) |
Definition at line 15 of file benchmark2.py.
| def benchmark2.ujsonDec | ( | ) |
Definition at line 32 of file benchmark2.py.
| def benchmark2.ujsonEnc | ( | ) |
Definition at line 38 of file benchmark2.py.
| int benchmark2::COUNT = 100 |
Definition at line 49 of file benchmark2.py.
| tuple benchmark2::decodeData = f.read() |
Definition at line 53 of file benchmark2.py.
| tuple benchmark2::encodeData = simplejson.loads(decodeData) |
Definition at line 56 of file benchmark2.py.
| tuple benchmark2::f = open("sample.json", "rb") |
Definition at line 52 of file benchmark2.py.
| benchmark2::json = simplejson |
Definition at line 8 of file benchmark2.py.