/numba-benchmark

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Numba benchmark suite

This is a series of benchmarks designed to measure and record the various performance aspects of Numba <http://numba.pydata.org/>_.

The benchmarks can be run with the asv <https://github.com/spacetelescope/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.6
conda activate numba-benchmark
# Get benchmark repo
git clone https://github.com/numba/numba-benchmark
cd numba-benchmark
git submodule update --init
pip install ./asv

Run

asv run