overlay/bench.txt

10 lines
333 B
Plaintext

go test -benchmem -bench=.
goos: linux
goarch: amd64
pkg: go.jolheiser.com/xtfs
cpu: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
BenchmarkCache-8 133917188 8.970 ns/op 0 B/op 0 allocs/op
BenchmarkNoCache-8 931821 1362 ns/op 280 B/op 4 allocs/op
PASS
ok go.jolheiser.com/xtfs 3.394s