Skip to content

Commit b295d4a

Browse files
committed
minor: log level
1 parent fef0b47 commit b295d4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,14 @@ jobs:
7878
echo "Generating e2e proof for block $block_number..."
7979
export JEMALLOC_SYS_WITH_MALLOC_CONF="retain:true,background_thread:true,metadata_thp:always,thp:always,dirty_decay_ms:10000,muzzy_decay_ms:10000,abort_conf:true"
8080
CENO_GPU_CACHE_LEVEL=0 RUSTFLAGS="-C target-feature=+avx2" \
81-
RUST_LOG=info,openvm_stark_*=warn,openvm_cuda_common=warn \
81+
RUST_LOG=info \
8282
cargo run --features "jemalloc,gpu" --config net.git-fetch-with-cli=true \
8383
--release --bin ceno-reth-benchmark-bin -- \
8484
--mode prove-stark \
8585
--block-number $block_number \
8686
--rpc-url ${{ secrets.RPC_URL_1 }} \
8787
--output-dir output \
88-
--cache-dir rpc-cache \
89-
2>&1 | tee "$LOG_FILE"
88+
--cache-dir rpc-cache > "$LOG_FILE" 2>&1
9089
9190
echo "e2e proof generated successfully"
9291

0 commit comments

Comments
 (0)