Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created August 6, 2023 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarioAriasC/ea53b202ea41e8bf843ce2a8fb93414e to your computer and use it in GitHub Desktop.
Save MarioAriasC/ea53b202ea41e8bf843ce2a8fb93414e to your computer and use it in GitHub Desktop.
hyperfine -w 1 -M 3 '~/anaconda3/envs/bruno311/bin/python benchmarks.py' 'python benchmarks.py' --export-json python-vs-pyston.json
Benchmark 1: ~/anaconda3/envs/bruno311/bin/python benchmarks.py
Time (mean ± σ): 666.325 s ± 13.175 s [User: 505.021 s, System: 161.279 s]
Range (min … max): 654.345 s … 680.435 s 3 runs
Benchmark 2: python benchmarks.py
Time (mean ± σ): 563.529 s ± 3.144 s [User: 563.484 s, System: 0.010 s]
Range (min … max): 561.231 s … 567.112 s 3 runs
Summary
python benchmarks.py ran
1.18 ± 0.02 times faster than ~/anaconda3/envs/bruno311/bin/python benchmarks.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment