Skip to content

Commit b89fee1

Browse files
committed
Fix CSV column headers
1 parent 379eb50 commit b89fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-hash/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ fn perf_test(options: Options) {
319319
let bytes = vec![0u8; options.size * 1024 * 1024];
320320

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

325325
for (impl_name, hash_name, hash_func) in &hashes {

0 commit comments

Comments
 (0)