Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Apr 26, 2017
1 parent 14cba8a commit 6ba8ec5
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,5 @@ Quick Start

Fire up your terminal, and::

# Clone the repos
git clone git@github.com:bh107/benchpress.git

# Enter the root
cd benchpress

# Source environment vars
source util/setbpenv.bash

You now have the Benchpress commands, ``bp-run``, ``bp-times``, ``bp-info``, ``bp-compile``, and ``bp-grapher`` ready at your finger-tips along with all the benchmarks and suites.

Go ahead and run the `python_numpy` suite, executing each benchmark in the suite twice::

bp-run NOREPOS suites/python_numpy.py --runs 2 --output my_run.json

The above will store results from the run in the file `my_run.json`. You can inspect the elapsed wall-clock by executing::

bp-times my_run.json

# Install using PyPi
pip install benchpress --user

0 comments on commit 6ba8ec5

Please sign in to comment.