Skip to content

Commit

Permalink
Correct unit
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Mar 27, 2024
1 parent 88292ae commit 71b6c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func main() {
exitErr(errors.New("block size invalid"))
}
if *csv {
fmt.Printf("op\t%v\t%v\t%v\t%v\t%v\t%v\t%v\t%v\t%v\n", "k", "m", "bsize", "blocks", "concurrency", "codec", "processed bytes", "duration (μs)", "speed ("+sizeUint+")")
fmt.Printf("op\t%v\t%v\t%v\t%v\t%v\t%v\t%v\t%v\t%v\n", "k", "m", "bsize", "blocks", "concurrency", "codec", "processed bytes", "duration (μs)", "speed ("+sizeUint+"/s)")
}
dataSz := int(sz)
each := (dataSz + *kShards - 1) / *kShards
Expand Down

0 comments on commit 71b6c2c

Please sign in to comment.