Skip to content

Commit c7c4d7d

Browse files
Merge pull request #22 from IntelPython/fix/readme-python-runner
correct example for runner.py in readme.md
2 parents f7d62c7 + a91cad1 commit c7c4d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python*. See benchmark results [here](https://intelpython.github.io/scikit-learn
1212
`conda create -n skl_bench -c intel python=3.7 scikit-learn pandas`
1313

1414
## Running Python benchmarks with runner script
15-
`python runner --config config_example.json [--output-format json --verbose]`
15+
`python runner.py --config config_example.json [--output-format json --verbose]`
1616

1717
## Legacy automatic building and running
1818
- Run `make`. This will generate data, compile benchmarks, and run them.

0 commit comments

Comments
 (0)