bench: use unsafesqlitesync in wallet loading benchmark
This commit is contained in:
parent
9e404a9831
commit
817c051364
@ -49,6 +49,7 @@ static void BenchUnloadWallet(std::shared_ptr<CWallet>&& wallet)
|
||||
static void WalletLoading(benchmark::Bench& bench, bool legacy_wallet)
|
||||
{
|
||||
const auto test_setup = MakeNoLogFileContext<TestingSetup>();
|
||||
test_setup->m_args.ForceSetArg("-unsafesqlitesync", "1");
|
||||
|
||||
WalletContext context;
|
||||
context.args = &test_setup->m_args;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user