Home

overlay @57470b06150e26cbb852802bcc29e85badb9baa3 - refs - log -
-
https://git.jolheiser.com/overlay.git
Overlay FS
overlay / bench.txt
- raw
1
2
3
4
5
6
7
8
9
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