File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ Create a suitable conda environment for each framework to test. Each item in the
33
33
34
34
## Running Python benchmarks with runner script
35
35
36
- Run ` python runner.py --config configs/config_example.json [--output-format json --verbose] ` to launch benchmarks.
36
+ Run ` python runner.py --configs configs/config_example.json [--output-format json --verbose] ` to launch benchmarks.
37
37
38
38
runner options:
39
- * `` config `` : the path to configuration file
39
+ * `` configs `` : configuration files paths
40
40
* `` dummy-run `` : run configuration parser and datasets generation without benchmarks running
41
41
* `` verbose `` : print additional information during benchmarks running
42
42
* `` output-format `` : * json* or * csv* . Output type of benchmarks to use with their runner
You can’t perform that action at this time.
0 commit comments