Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 2, 2015
1 parent 257423e commit b116f42
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,27 @@ Read the full

on Benchpress or see below for a quick start.

.. include:: doc/source/quickstart.rst
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 `numpy_only` suite, executing each benchmark in the suite twice::

bp_run --no-perf --no-time --runs 2 --output my_run.json suites/numpy_only.py

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

0 comments on commit b116f42

Please sign in to comment.