| 924 | BENCHMARK(BM_EqualsBoundLegacyList); |
| 925 | |
| 926 | void BM_EqualsCreatedMap(benchmark::State& s) { |
| 927 | RunBenchmark("{1: 2, 2: 3, 3: 6} == {1: 2, 2: 3, 3: 6}", s); |
| 928 | } |
| 929 | |
| 930 | BENCHMARK(BM_EqualsCreatedMap); |
| 931 |
nothing calls this directly
no test coverage detected