Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Feb 7, 2025
1 parent 424220e commit 997915e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 60 deletions.
92 changes: 34 additions & 58 deletions patch-testing/Cargo.lock

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

3 changes: 1 addition & 2 deletions patch-testing/sp1-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ pub struct BenchEntry {
}

pub fn write_cycles(name: &str, cycles: u64) {
let Some(file) = std::env::var("SP1_PATCH_BENCH").ok().map(|s| std::path::PathBuf::from(s))
else {
let Some(file) = std::env::var("SP1_PATCH_BENCH").ok().map(std::path::PathBuf::from) else {
return;
};

Expand Down

0 comments on commit 997915e

Please sign in to comment.