Skip to content

Commit b574012

Browse files
committed
fix bin
1 parent a21a5d5 commit b574012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-benchmark-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
cargo build --bin ceno-reth-benchmark-bin --profile=release --no-default-features --features="jemalloc,gpu"
7777

7878
echo "Generating e2e proof for block $block_number..."
79-
./target/release/openvm-reth-benchmark-bin \
79+
./target/release/ceno-reth-benchmark-bin \
8080
--mode prove-stark \
8181
--block-number $block_number \
8282
--rpc-url ${{ secrets.RPC_URL_1 }} \

0 commit comments

Comments
 (0)