Fix benchmarks filters

This commit is contained in:
Elichai Turkel 2020-01-28 17:10:15 +02:00 committed by GitHub
parent 2755b2b109
commit 0dae5a5c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ void benchmark::BenchRunner::RunAll(Printer& printer, uint64_t num_evals, double
}
if (!std::regex_match(p.first, baseMatch, reFilter)) {
g_testing_setup = nullptr;
continue;
}