numba / numba-benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%