From c1f458aaa06d3e23f40b695dba07fb772b51fd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Sat, 19 Apr 2025 14:05:38 +0200 Subject: [PATCH] ci: re-enable all benchmark runs Drop the temporary `-filter` that excluded the `WalletMigration` benchmark. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dff87ad238..9d8fdb4a16e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -358,8 +358,7 @@ jobs: ./src/univalue/unitester.exe - name: Run benchmarks - # TODO: Fix the `WalletMigration` benchmark and re-enable it. - run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$' + run: ./bin/bench_bitcoin.exe -sanity-check - name: Adjust paths in test/config.ini shell: pwsh