Lines Matching refs:results
180 // Utility class to manage subscribers for checking benchmark results.
181 // It works by parsing the CSV output to read the results.
191 std::vector<Results> results;
212 // add a results checker for a benchmark
218 // check the results of all subscribed benchmarks
247 for (const auto& r : results) {
253 BM_VLOG(1) << "Checking results of " << r.name << ": ... \n";
255 BM_VLOG(1) << "Checking results of " << r.name << ": OK.\n";
271 results.emplace_back(vals[0]); // vals[0] is the benchmark name
272 auto& entry = results.back();
305 return rc.results.size();