Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
umadayal committed Oct 14, 2024
1 parent 5e75069 commit 8e0141f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ "$2" == "risc0" ]; then
fi

# Run the benchmark.
cargo +nightly run \
cargo run \
-p sp1-benchmarks-eval \
--release \
--no-default-features \
Expand All @@ -83,4 +83,4 @@ cargo +nightly run \
--hashfn "$3" \
--shard-size "$4" \
--filename "$5" \
${6:+--block-number $6}
${6:+--block-number $6}

0 comments on commit 8e0141f

Please sign in to comment.