Added some stuff and changed speed
This commit is contained in:
parent
ce586180e1
commit
fc625d53ea
2 changed files with 3 additions and 2 deletions
|
|
@ -35,6 +35,7 @@
|
|||
virtualenv
|
||||
requests
|
||||
pandas
|
||||
numpy
|
||||
# Optional: Add other helpful dev tools outside of the python-pkgs set if needed
|
||||
# (e.g., git, pre-commit, bash-completion)
|
||||
]))
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import pandas
|
|||
|
||||
print(pandas.show_versions)
|
||||
for i in range(1,20):
|
||||
sleep(1)
|
||||
sleep(0.5)
|
||||
startTime = time()
|
||||
responce = http.get("https://fs.gjkoolen.com")
|
||||
endTime = time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue