FrankWilhoit 7 hours ago ? Sanity check, please. There is no processor in existence on which any operation can be performed in one-thirtieth of a nanosecond. Has their compiler optimized their entire algorithm away? xnacly 7 hours ago It specifically says ns/op, go test executes the operation many times and calculates the average execution time for one operation:https://pkg.go.dev/testing#hdr-Benchmarks
xnacly 7 hours ago It specifically says ns/op, go test executes the operation many times and calculates the average execution time for one operation:https://pkg.go.dev/testing#hdr-Benchmarks
? Sanity check, please. There is no processor in existence on which any operation can be performed in one-thirtieth of a nanosecond. Has their compiler optimized their entire algorithm away?
It specifically says ns/op, go test executes the operation many times and calculates the average execution time for one operation:
https://pkg.go.dev/testing#hdr-Benchmarks