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:
    utACK 27f11217ca
  hebasto:
    ACK 27f11217ca.
  mabu44:
    utACK 27f11217ca

Tree-SHA512: 4853584bf9db418f6e31aa0f558d08bc45479d672b193e1d25a25907f82fb225bc4388321f8f23286cd9fd9168c7546c713829607eb0cf5e3c62b98e88f8e68b
This commit is contained in:
merge-script 2025-04-17 11:34:36 +01:00
commit 4a964868f8
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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