Skip to content

Commit

Permalink
MAINT: fix up benchmark docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Feb 14, 2015
1 parent 5196d78 commit 411713f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Benchmarking Scipy with Airspeed Velocity.
Usage
-----

Run a benchmark against currently installed Scipy version (don't
record the result)::
Run a benchmark against currently checked out Scipy version (don't record the
result)::

python runtests.py --bench bench_sparse.Arithmetic
python runtests.py --bench sparse.Arithmetic

Compare change in benchmark results to another branch::

python runtests.py --bench-compare master bench_sparse.Arithmetic
python runtests.py --bench-compare master sparse.Arithmetic

Run ASV commands::

Expand Down

0 comments on commit 411713f

Please sign in to comment.