ci: re-enable all benchmark runs

Drop the temporary `-filter` that excluded the `WalletMigration` benchmark.
This commit is contained in:
Lőrinc 2025-04-19 14:05:38 +02:00
parent 1da11dbc44
commit c1f458aaa0

View file

@ -358,8 +358,7 @@ jobs:
./src/univalue/unitester.exe ./src/univalue/unitester.exe
- name: Run benchmarks - name: Run benchmarks
# TODO: Fix the `WalletMigration` benchmark and re-enable it. run: ./bin/bench_bitcoin.exe -sanity-check
run: ./bin/bench_bitcoin.exe -sanity-check -filter='^(?!WalletMigration$).+$'
- name: Adjust paths in test/config.ini - name: Adjust paths in test/config.ini
shell: pwsh shell: pwsh