ericsnowcurrently / pyston-macrobenchmarks

A collection of macro benchmarks for the Python programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 95.3%Language:Jinja 1.8%Language:CSS 1.4%Language:Shell 1.1%Language:Thrift 0.2%Language:Makefile 0.1%