A collection of macro benchmarks for the Python programming language
# Run the default benchmarks:
python3 -m pyperformance run --manifest $PWD/benchmarks/MANIFEST
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