Skip to content

Commit 0dae5a5

Browse files
authored
Fix benchmarks filters
1 parent 2755b2b commit 0dae5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bench/bench.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ void benchmark::BenchRunner::RunAll(Printer& printer, uint64_t num_evals, double
126126
}
127127

128128
if (!std::regex_match(p.first, baseMatch, reFilter)) {
129+
g_testing_setup = nullptr;
129130
continue;
130131
}
131132

0 commit comments

Comments
 (0)