mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
test: [refactor] Pass TestOpts
This commit is contained in:
@@ -20,7 +20,7 @@ static void Logging(benchmark::Bench& bench, const std::vector<const char*>& ext
|
||||
|
||||
TestingSetup test_setup{
|
||||
ChainType::REGTEST,
|
||||
extra_args,
|
||||
{.extra_args = extra_args},
|
||||
};
|
||||
|
||||
bench.run([&] { log(); });
|
||||
|
||||
Reference in New Issue
Block a user