Skip to content

Commit dac002f

Browse files
authored
Update README.md
1 parent 9dd764f commit dac002f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ or
8888
2) with the same Python virtual environment between all refs:
8989

9090
```shell
91-
pybm run benchmark.py my-ref1 my-ref2 [...] my-refN --checkout
91+
pybm run benchmark.py my-ref1 my-ref2 [...] my-refN --use-checkouts
9292
```
9393

9494
If you did not install your Python package locally, consider running your benchmarks in module mode:
9595

9696
```shell
97-
pybm run benchmark.py my-ref1 [...] my-refN --as-module --checkout
97+
pybm run benchmark.py my-ref1 [...] my-refN --as-module --use-checkouts
9898
```
9999

100100
## Requirements
@@ -137,7 +137,3 @@ pull request.
137137

138138
If you are using pybm and want to share your experience with it, or if you have general feedback, please feel free to
139139
send me an e-mail to the address in my GitHub profile.
140-
141-
## Origin
142-
143-
The idea for this project came in June 2021, during some hobby work on the JAX project.

0 commit comments

Comments
 (0)