Skip to content

Commit

Permalink
Fix CSV column headers
Browse files Browse the repository at this point in the history
  • Loading branch information
repi committed Oct 21, 2023
1 parent 379eb50 commit b89fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-hash/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ fn perf_test(options: Options) {
let bytes = vec![0u8; options.size * 1024 * 1024];

if options.format == Format::Csv {
println!("implementation,hash,MB/s");
println!("implementation,hash,MB/s,MT MB/s,MT ratio");
}

for (impl_name, hash_name, hash_func) in &hashes {
Expand Down

0 comments on commit b89fee1

Please sign in to comment.