File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,17 @@ Using the Benchmark Driver
107
107
108
108
### Note
109
109
As a shortcut, you can also refer to benchmarks by their ordinal numbers.
110
- The regular ` --list ` option does not provide these, but you can run:
111
- * ` $ ./Benchmark_O --list --run-all | tail -n +2 | nl `
112
- You can use ordinal numbers instead of test names like this:
110
+ These are printed out together with benchmark names and tags using the
111
+ ` --list ` parameter. For a complete list of all available performance tests run
112
+ * ` $ ./Benchmark_O --list --skip-tags= `
113
+
114
+ You can use test numbers instead of test names like this:
113
115
* ` $ ./Benchmark_O 1 42 `
114
116
* ` $ ./Benchmark_Driver run 1 42 `
115
117
118
+ Test numbers are not stable in the long run, adding and removing tests from the
119
+ benchmark suite will reorder them, but they are stable for a given build.
120
+
116
121
Using the Harness Generator
117
122
---------------------------
118
123
You can’t perform that action at this time.
0 commit comments