Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 657 Bytes

Numba benchmark suite

This is a series of benchmarks designed to measure and record the various performance aspects of Numba. The results are published at https://numba.pydata.org/numba-benchmark/

The benchmarks can be run with the asv utility.

Current version is executed with python=3.6 with, the ASV version saved as submodule under ./asv

Setup

conda create -n numba-benchmark python=3.8 conda-forge::asv
conda activate numba-benchmark
# Get benchmark repo
git clone https://github.com/numba/numba-benchmark
cd numba-benchmark

Run

asv run