fix: pass feature flag to iai bench (#4791)

This commit is contained in:
Roman Krasiuk
2023-09-26 15:49:07 +03:00
committed by GitHub
parent 321ded5b6f
commit 0a1e2c3e00

View File

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