1 #include "benchmark/benchmark.h"
30 std::vector<int> ranges = {
state.range(0),
state.range(1),
state.range(2)};
46 while (
state.KeepRunning()) {
48 for (
int x = 0;
x < product;
x++) {
56 ->Ranges({{1, 2}, {3, 7}, {5, 15}})
63 while (
state.KeepRunning()) {