On webvm.io
> $ time python3 -c "max(range(10**7))"
real 0m1.558s
On https://copy.sh/v86/?profile=archlinux
> # time python3 -c "max(range(10**7))"
real 0m5.283s
On webvm.io
> $ time python3 -c "max(range(10**7))"
real 0m1.558s
On https://copy.sh/v86/?profile=archlinux
> # time python3 -c "max(range(10**7))"
real 0m5.283s