We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21a5d5 commit b574012Copy full SHA for b574012
.github/workflows/run-benchmark-v2.yml
@@ -76,7 +76,7 @@ jobs:
76
cargo build --bin ceno-reth-benchmark-bin --profile=release --no-default-features --features="jemalloc,gpu"
77
78
echo "Generating e2e proof for block $block_number..."
79
- ./target/release/openvm-reth-benchmark-bin \
+ ./target/release/ceno-reth-benchmark-bin \
80
--mode prove-stark \
81
--block-number $block_number \
82
--rpc-url ${{ secrets.RPC_URL_1 }} \
0 commit comments