2021-02-17 04:57:59 +00:00
|
|
|
go test -benchmem -bench=.
|
|
|
|
goos: linux
|
|
|
|
goarch: amd64
|
2021-02-18 04:39:52 +00:00
|
|
|
pkg: go.jolheiser.com/overlay
|
2021-02-17 04:57:59 +00:00
|
|
|
cpu: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
|
2021-02-18 04:39:52 +00:00
|
|
|
BenchmarkCache-8 134959974 9.003 ns/op 0 B/op 0 allocs/op
|
|
|
|
BenchmarkNoCache-8 897212 1369 ns/op 280 B/op 4 allocs/op
|
2021-02-17 04:57:59 +00:00
|
|
|
PASS
|
2021-02-18 04:39:52 +00:00
|
|
|
ok go.jolheiser.com/overlay 3.360s
|