mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Update iai benchmarks to use iai-callgrind (#7534)
This commit is contained in:
7
.github/workflows/bench.yml
vendored
7
.github/workflows/bench.yml
vendored
@ -40,6 +40,13 @@ jobs:
|
||||
main -> target
|
||||
pr -> target
|
||||
cache-on-failure: true
|
||||
- name: Install iai-callgrind-runner
|
||||
run: |
|
||||
version=$(cargo metadata --format-version=1 |\
|
||||
jq '.packages[] | select(.name == "iai-callgrind").version' |\
|
||||
tr -d '"'
|
||||
)
|
||||
cargo install iai-callgrind-runner --version $version
|
||||
- name: Generate test vectors
|
||||
run: |
|
||||
cargo run --bin reth --manifest-path main/Cargo.toml -- test-vectors tables
|
||||
|
||||
Reference in New Issue
Block a user