mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
ci: re-enable all benchmark runs
Drop the temporary `-filter` that excluded the `WalletMigration` benchmark.
This commit is contained in:
parent
1da11dbc44
commit
c1f458aaa0
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue