We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7523c3f commit 9828f98Copy full SHA for 9828f98
README.md
@@ -6,7 +6,7 @@ A collection of macro benchmarks for the Python programming language
6
7
```shell
8
# Run the default benchmarks:
9
-python3 -m pyperformance run --manifest ./benchmarks/MANIFEST
+python3 -m pyperformance run --manifest $PWD/benchmarks/MANIFEST
10
```
11
12
The benchmarks can still be run without pyperformance. This will produce
0 commit comments