An open API service indexing awesome lists of open source software.

https://github.com/pv/scipy-vbench


https://github.com/pv/scipy-vbench

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

scipy-vbench provides a collection of speed performance of benchmarks
for [SciPy](http://www.scipy.org/scipylib/).

Cloned from similar numpy-vbench project at
http://yarikoptic.github.io/numpy-vbench/.

Usage
-----

Use as::

./make.py run
./make.py html
./make.py upload

Requirements
------------

On Debian systems::

sudo apt-get install git python-sqlalchemy python-pandas

although python-pandas probably could be made optional (check).