Skip to content

numba/numba-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages