mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Fix typo.
This commit is contained in:
@@ -79,7 +79,7 @@ benchmark_xxhash64 :: proc(options: ^time.Benchmark_Options, allocator := contex
|
|||||||
}
|
}
|
||||||
|
|
||||||
benchmark_print :: proc(name: string, options: ^time.Benchmark_Options) {
|
benchmark_print :: proc(name: string, options: ^time.Benchmark_Options) {
|
||||||
fmt.printf("\t[%v] %v rounds, %v bytes procesed in %v ns\n\t\t%5.3f rounds/s, %5.3f MiB/s\n",
|
fmt.printf("\t[%v] %v rounds, %v bytes processed in %v ns\n\t\t%5.3f rounds/s, %5.3f MiB/s\n",
|
||||||
name,
|
name,
|
||||||
options.rounds,
|
options.rounds,
|
||||||
options.processed,
|
options.processed,
|
||||||
|
|||||||
Reference in New Issue
Block a user