Functions | |
def | cjsonDec |
def | cjsonEnc |
def | jsonDec |
def | jsonEnc |
def | simplejsonDec |
def | simplejsonEnc |
def | timeit_compat_fix |
def | ujsonDec |
def | ujsonEnc |
def | yajlDec |
def | yajlEnc |
Variables | |
list | arrays = [] |
int | COUNT = 2000 |
string | decodeData = "" |
list | friends = [ user, user, user, user, user, user, user, user ] |
json = simplejson | |
list | testObject = [] |
dictionary | 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 } |
def benchmark.cjsonDec | ( | ) |
Definition at line 58 of file benchmark.py.
def benchmark.cjsonEnc | ( | ) |
Definition at line 36 of file benchmark.py.
def benchmark.jsonDec | ( | ) |
Definition at line 54 of file benchmark.py.
def benchmark.jsonEnc | ( | ) |
Definition at line 32 of file benchmark.py.
def benchmark.simplejsonDec | ( | ) |
Definition at line 50 of file benchmark.py.
def benchmark.simplejsonEnc | ( | ) |
Definition at line 28 of file benchmark.py.
def benchmark.timeit_compat_fix | ( | timeit | ) |
Definition at line 68 of file benchmark.py.
def benchmark.ujsonDec | ( | ) |
Definition at line 46 of file benchmark.py.
def benchmark.ujsonEnc | ( | ) |
Definition at line 24 of file benchmark.py.
def benchmark.yajlDec | ( | ) |
Definition at line 62 of file benchmark.py.
def benchmark.yajlEnc | ( | ) |
Definition at line 40 of file benchmark.py.
list benchmark::arrays = [] |
Definition at line 219 of file benchmark.py.
int benchmark::COUNT = 2000 |
Definition at line 100 of file benchmark.py.
tuple benchmark::decodeData = "" |
Definition at line 20 of file benchmark.py.
Definition at line 18 of file benchmark.py.
benchmark::json = simplejson |
Definition at line 8 of file benchmark.py.
dictionary benchmark::testObject = [] |
Definition at line 95 of file benchmark.py.
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 } |
Definition at line 17 of file benchmark.py.