Skip to content

Commit

Permalink
Distinguish fibonacci_lem from fibonacci in bench name. (#769)
Browse files Browse the repository at this point in the history
Co-authored-by: porcuquine <[email protected]>
  • Loading branch information
porcuquine and porcuquine authored Oct 18, 2023
1 parent 6c5af6b commit e0fab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/fibonacci_lem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl ProveParams {
fn name(&self) -> String {
let date = env!("VERGEN_GIT_COMMIT_DATE");
let sha = env!("VERGEN_GIT_SHA");
format!("{date}:{sha}:Fibonacci-rc={}", self.reduction_count)
format!("{date}:{sha}:Fibonacci-LEM-rc={}", self.reduction_count)
}
}

Expand Down

0 comments on commit e0fab1e

Please sign in to comment.