Skip to content

Commit 9828f98

Browse files
Use an absolute path in the README.
1 parent 7523c3f commit 9828f98

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
@@ -6,7 +6,7 @@ A collection of macro benchmarks for the Python programming language
66

77
```shell
88
# Run the default benchmarks:
9-
python3 -m pyperformance run --manifest ./benchmarks/MANIFEST
9+
python3 -m pyperformance run --manifest $PWD/benchmarks/MANIFEST
1010
```
1111

1212
The benchmarks can still be run without pyperformance. This will produce

0 commit comments

Comments
 (0)