mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-01 12:51:42 +02:00
Fix benchmarks filters
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user