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