mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-05 13:31:10 +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)) {
|
if (!std::regex_match(p.first, baseMatch, reFilter)) {
|
||||||
|
g_testing_setup = nullptr;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user