mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: pass feature flag to iai bench (#4791)
This commit is contained in:
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
mv testdata pr
|
||||
|
||||
- name: Set main baseline
|
||||
run: cargo bench --package reth-db --bench iai --manifest-path main/Cargo.toml
|
||||
run: cargo bench --package reth-db --bench iai --features test-utils --manifest-path main/Cargo.toml
|
||||
|
||||
- name: Compare PR benchmark
|
||||
shell: 'script -q -e -c "bash {0}"' # required to workaround /dev/tty not being available
|
||||
|
||||
Reference in New Issue
Block a user