mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
test: [refactor] Pass TestOpts
This commit is contained in:
parent
bd5d1688b4
commit
fa690c8e53
13 changed files with 40 additions and 41 deletions
|
|
@ -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(); });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue