Commit db56d07b authored by wang's avatar wang

ff

parent 48f286c0
...@@ -61,8 +61,8 @@ for i in range(100): ...@@ -61,8 +61,8 @@ for i in range(100):
print('js变化') print('js变化')
selectId = random.choice(list(envs)) selectId = random.choice(list(envs))
# with open('src_run1.js', 'w') as f: with open('src_run1.js', 'w') as f:
# f.write(code + '\n\n' + c) f.write(code + '\n\n' + c)
t1 = time.time() t1 = time.time()
# r = requests.get('http://127.0.0.1:5000/getinfo').json()['message'] # r = requests.get('http://127.0.0.1:5000/getinfo').json()['message']
# r = requests.get('http://127.0.0.1:3001').json() # r = requests.get('http://127.0.0.1:3001').json()
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment