Skip to content

A collection of macro benchmarks for the Python programming language

License

Notifications You must be signed in to change notification settings

faster-cpython/pyston-macrobenchmarks

This branch is 14 commits behind pyston/python-macrobenchmarks:main.

Folders and files

NameName
Last commit message
Last commit date
May 3, 2024
Oct 23, 2020
Nov 5, 2021
Oct 20, 2020
May 5, 2022
Jun 7, 2022
May 5, 2022
Jun 7, 2022
Dec 7, 2021
Jul 21, 2022

Repository files navigation

python-macrobenchmarks

A collection of macro benchmarks for the Python programming language

Usage

# Run the benchmarks that Pyston uses to measure itself:
python3 -m pyperformance run --manifest $PWD/benchmarks/MANIFEST -b pyston_standard

# Run (almost) all the benchmarks in the repository:
python3 -m pyperformance run --manifest $PWD/benchmarks/MANIFEST -b all

The benchmarks can still be run without pyperformance. This will produce the old results format.

# Run the benchmarks:
sh ./run_all.sh

# Run the mypy benchmark using mypyc:
sh ./run_mypy.sh

About

A collection of macro benchmarks for the Python programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Jinja 1.8%
  • CSS 1.4%
  • Shell 1.1%
  • Other 0.3%