Skip to content
Snippets Groups Projects
Unverified Commit b731d62e authored by Luca Capello's avatar Luca Capello
Browse files

README.md: [local+parse] s/RESULT/RESULTS/g

This complements 4194d2ab
and 36ea1304.
parent 4194d2ab
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Installation direct from the git repo:
# To run fio locally (which launches a single client locally)
make local SCENARIO=beegfs FIO_RW=randread NUM_CLIENTS=1 \
DATA_PATH=/path-to-test-dir RESULT_PATH=/path-to-result-dir
DATA_PATH=/path-to-test-dir RESULTS_PATH=/path-to-result-dir
# Alternatively, to deploy multiple clients by creating k8s job
......@@ -27,7 +27,7 @@ Installation direct from the git repo:
# To generate plot:
make parse RESULT_PATH=/path-to-result-dir OUTPUT_PATH=/path-to-output-dir
make parse RESULTS_PATH=/path-to-result-dir OUTPUT_PATH=/path-to-output-dir
# Typical output figures:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment