https://github.com/pv/scipy-vbench
https://github.com/pv/scipy-vbench
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pv/scipy-vbench
- Owner: pv
- Created: 2014-12-15T17:21:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T18:40:56.000Z (over 10 years ago)
- Last Synced: 2025-01-20T08:49:29.953Z (4 months ago)
- Language: Python
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 uploadRequirements
------------On Debian systems::
sudo apt-get install git python-sqlalchemy python-pandas
although python-pandas probably could be made optional (check).