Added some stuff and changed speed
All checks were successful
/ print-content (push) Successful in 5s
Nix Python CI / test (push) Successful in 24s

This commit is contained in:
Bart Koolen 2026-04-18 21:07:56 +02:00
parent ce586180e1
commit fc625d53ea
2 changed files with 3 additions and 2 deletions

View file

@ -34,7 +34,8 @@
pip
virtualenv
requests
pandas
pandas
numpy
# Optional: Add other helpful dev tools outside of the python-pkgs set if needed
# (e.g., git, pre-commit, bash-completion)
]))

View file

@ -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()