GitHub - pyston/python-macrobenchmarks: A collection of macro benchmarks for the Python programming language (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

pyston / python-macrobenchmarks Public

A collection of macro benchmarks for the Python programming language

License

MIT license

27 stars 14 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory131 Commits
benchmarks benchmarks
tools tools
.gitignore .gitignore
LICENSE LICENSE
README.md README.md
compare.sh compare.sh
pyproject.toml pyproject.toml
run_all.sh run_all.sh
run_mypy.sh run_mypy.sh
run_pyperformance.py run_pyperformance.py

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

Readme

License

MIT license

Activity

Custom properties

Stars

27 stars

Watchers

5 watching

Forks

14 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors6

Languages