File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
88
2 ) with the same Python virtual environment between all refs:
89
89
90
90
``` 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
92
92
```
93
93
94
94
If you did not install your Python package locally, consider running your benchmarks in module mode:
95
95
96
96
``` 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
98
98
```
99
99
100
100
## Requirements
@@ -137,7 +137,3 @@ pull request.
137
137
138
138
If you are using pybm and want to share your experience with it, or if you have general feedback, please feel free to
139
139
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.
You can’t perform that action at this time.
0 commit comments