Skip to content

Commit

Permalink
Fix path in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiayem committed May 21, 2019
1 parent a28af41 commit 74aa42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Options:

Run benchmark:

bin/benchmark -c 2 -r 4 -k=scripts/insolard/configs/root_member_keys.json
bin/benchmark -c=4 -r=25 -k=.artifacts/launchnet/configs/root_member_keys.json

Options:
* `-k`: Same as above, path to root user keypair.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'sphinxcontrib.golangdomain',
'sphinx_tabs.tabs',
'sphinxcontrib.plantuml',
'sphinx_copybutton'
'sphinx_copybutton'
]

master_doc = 'index'
Expand Down

0 comments on commit 74aa42b

Please sign in to comment.