Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed Apr 4, 2015
1 parent 5bda78f commit 7fea809
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
12 changes: 2 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
Read the full

.. image:: https://readthedocs.org/projects/benchpress/badge/?version=latest
:target: http://benchpress.readthedocs.org
:alt: Documentation Status

on Benchpress or see below for a quick start.

Quick Start
===========

Expand All @@ -22,9 +14,9 @@ Fire up your terminal, and::

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::
Go ahead and run the `python_numpy` suite, executing each benchmark in the suite twice::

bp-run --no-perf --no-time --runs 2 --output my_run.json suites/numpy_only.py
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::

Expand Down
4 changes: 2 additions & 2 deletions doc/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Fire up your terminal, and::

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::
Go ahead and run the `python_numpy` suite, executing each benchmark in the suite twice::

bp-run --no-perf --no-time --runs 2 --output my_run.json suites/numpy_only.py
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::

Expand Down
2 changes: 1 addition & 1 deletion module/benchpress/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re

APP_NAME = 'benchpress'
APP_VERSION = '0.8'
APP_VERSION = '0.9'

ignore = ["_utils", "_doc"]

Expand Down

0 comments on commit 7fea809

Please sign in to comment.