https://github.com/atsushisakai/cvxpy_benchmark
Benchmark for cvxpy
https://github.com/atsushisakai/cvxpy_benchmark
Last synced: 4 months ago
JSON representation
Benchmark for cvxpy
- Host: GitHub
- URL: https://github.com/atsushisakai/cvxpy_benchmark
- Owner: AtsushiSakai
- License: mit
- Created: 2019-07-13T11:18:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T22:53:17.000Z (about 6 years ago)
- Last Synced: 2025-02-27T04:46:36.758Z (8 months ago)
- Language: Python
- Size: 131 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cvxpy_benchmark
Benchmarking cvxpy with Airspeed Velocity.- [airspeed velocity](https://asv.readthedocs.io/en/stable/index.html)
# Requirements
You need to install ``asv`` benchmark framework and ``virtualenv``.
pip install asv virtualenv
# Usage
## 1. clone this repo, and move the repository dir.
git clone https://github.com/AtsushiSakai/cvxpy_benchmark.git
cd cvxpy_benchmark## 2. Do benchmarking
asv run asv run --skip-existing-commits ALL
At first time of benchmarking, it takes a long time, because all commits are benchmarked.From the second time, only new commits are benchmarked.
## 3. Show benchmark result
Generate html document
asv publish
Open it in a web browserasv preview -b
# Sample benchmark reports- [airspeed velocity of an unladen cvxpy](https://atsushisakai.github.io/cvxpy_benchmark/)
# Ref
- https://github.com/chainer/chainer-benchmark