Startup
This commit is contained in:
6
script/test/TestClientJson.py
Normal file
6
script/test/TestClientJson.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import json
|
||||
st = "0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789"
|
||||
l = []
|
||||
for i in range(200000):
|
||||
l.append(st)
|
||||
d = json.dumps(l)
|
||||
Reference in New Issue
Block a user