Lines Matching refs:benchmarks

9 [Running Benchmarks](#running-benchmarks)
11 [Running a Subset of Benchmarks](#running-a-subset-of-benchmarks)
29 [Templated Benchmarks](#templated-benchmarks)
35 [Multithreaded Benchmarks](#multithreaded-benchmarks)
86 The `benchmarks` attribute contains a list of every benchmark run. Example json
98 "benchmarks": [
151 <a name="running-benchmarks" />
160 prevails). A complete list of CLI options is available running benchmarks
163 <a name="running-a-subset-of-benchmarks" />
168 environment variable) can be used to only run the benchmarks that match
196 the benchmarks are running. If you do want to add more context, you can use
241 information about the machine on which the benchmarks are run.
279 Sometimes a family of benchmarks can be implemented with just one routine that
280 takes an extra argument to specify which one of the family of benchmarks to
281 run. For example, the following code defines a family of benchmarks for
335 following code defines a family of benchmarks for measuring the speed of set
371 Some benchmarks may require specific argument values that cannot be expressed
453 Asymptotic complexity might be calculated for a family of benchmarks. The
499 <a name="templated-benchmarks" />
632 In multithreaded benchmarks, each counter is set on the calling thread only.
715 individual benchmarks. Here's an example of corresponding output when
750 <a name="multithreaded-benchmarks"/>
975 However benchmarks are often noisy and a single result may not be representative
1049 way to create and register benchmarks.
1131 the `KeepRunning` loop for running the benchmarks. For example: