Skip to content

Commit a43fca9

Browse files
committed
fix
1 parent 3fadd71 commit a43fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ere/miden/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl Sha256Benchmark {
6363
}
6464
}
6565

66-
/// Runs the Miden SHA-256 benchmark for all input sizes and saves results to a CSV file.
66+
/// Runs the Miden SHA-256 benchmark.
6767
pub fn bench_sha256() {
6868
let bench_harness = Sha256Benchmark::new(&SHA2_INPUTS);
6969
benchmark(

0 commit comments

Comments
 (0)