mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move reth test-vectors to cli/commands with feature (#9329)
This commit is contained in:
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.base_ref || 'main' }}
|
||||
- name: Generate test vectors
|
||||
run: cargo run --bin reth -- test-vectors tables
|
||||
run: cargo run --bin reth --features dev -- test-vectors tables
|
||||
- name: Save baseline
|
||||
run: cargo bench -p reth-db --bench iai --profile profiling --features test-utils -- --save-baseline=$BASELINE
|
||||
- name: Checkout PR
|
||||
|
||||
Reference in New Issue
Block a user