mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Merge bitcoin/bitcoin#32288: ci: drop -priority-level from bench in win cross CI
27f11217ca
ci: drop -priority-level from bench in win cross CI (fanquake) Pull request description: So there's at least one CI sanity checking all benchmarks. Related to #32277. ACKs for top commit: l0rinc: utACK27f11217ca
hebasto: ACK27f11217ca
. mabu44: utACK27f11217ca
Tree-SHA512: 4853584bf9db418f6e31aa0f558d08bc45479d672b193e1d25a25907f82fb225bc4388321f8f23286cd9fd9168c7546c713829607eb0cf5e3c62b98e88f8e68b
This commit is contained in:
commit
4a964868f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -358,7 +358,7 @@ jobs:
|
|||
./src/univalue/unitester.exe
|
||||
|
||||
- name: Run benchmarks
|
||||
run: ./bin/bench_bitcoin.exe -sanity-check -priority-level=high
|
||||
run: ./bin/bench_bitcoin.exe -sanity-check
|
||||
|
||||
- name: Adjust paths in test/config.ini
|
||||
shell: pwsh
|
||||
|
|
Loading…
Add table
Reference in a new issue