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
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,3 +105,32 @@ Come on!
105
105
</tr>
106
106
</table>
107
107
108
+
## Google Benchmark Functionality
109
+
110
+
This benchmark suite uses most of the features provided by Google Benchmark.
111
+
If you write a lot of benchmarks and avoid going to the full [User Guide](https://github.com/google/benchmark/blob/main/docs/user_guide.md), here is a condensed list of the most useful features:
112
+
113
+
-`->Args({x, y})` - Pass multiple arguments to parameterized benchmarks
114
+
-`BENCHMARK()` - Register a basic benchmark function
115
+
-`BENCHMARK_CAPTURE()` - Create variants of benchmarks with different captured values
0 commit comments