Skip to content

Commit

Permalink
doc: work on usage commands
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed May 24, 2017
1 parent c830914 commit e5fbc24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions benchpress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
def _suite_schema():
from os.path import join, realpath, dirname
import json
print join(dirname(realpath(__file__)), "suite_schema.json")
print os.getcwd()
print os.listdir(join(dirname(realpath(__file__))))
return json.load(open(join(dirname(realpath(__file__)), "suite_schema.json"), "r"))
suite_schema = _suite_schema()
4 changes: 2 additions & 2 deletions doc/source/usage_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Usage - Commands

Benchpress provides a set of binaries for running and visualize the suite file :ref:`suite_file`.

bp-info
-------
bp-run
------

.. literalinclude:: autodoc_usage_commands/bp-run.txt

Expand Down

0 comments on commit e5fbc24

Please sign in to comment.