You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't want a machine to be included when the user selects "machine == 'all'", add:
91
+
92
+
```
93
+
include_in_all = false
94
+
```
95
+
90
96
### Try a benchmarking run
91
97
92
98
There are instructions for running a benchmarking action already in the `README.md` of your repo. Look there and give it a try!
@@ -144,7 +150,7 @@ python -m bench_runner purge
144
150
145
151
To see more options that control what is deleted, run `python -m bench_runner purge --help`.
146
152
147
-
After purging the results, you will usually want to squash the git history down to a single commit to save space in your repository. **NOTE THAT THIS IS A DESTRUCTIVE OPERATION THAT WILL DELETE OLD DATA.**
153
+
After purging the results, you will usually want to squash the git history down to a single commit to save space in your repository. **NOTE THAT THIS IS A DESTRUCTIVE OPERATION THAT WILL DELETE OLD DATA.**
0 commit comments