"ms"
parent
3eb207a388
commit
5526ffef7a
2
app.py
2
app.py
|
@ -172,7 +172,7 @@ def post_request(url, data):
|
|||
"Content-Type": "application/json"
|
||||
}
|
||||
response = requests.post(url, data=data,headers=headers)
|
||||
use += " post:"+str((time.time()*1000) - bgn + "ms")
|
||||
use += " post:"+str((time.time()*1000) - bgn ) +"ms"
|
||||
print("post_request",use,response.text)
|
||||
|
||||
# import pstats
|
||||
|
|
Loading…
Reference in New Issue