➜ a git:(issue/429) ✗ go test -bench=. -benchmem
goos: darwin
goarch: amd64
pkg: github.com/line/link/x/safetybox/internal/keeper/a
BenchmarkNoPreallocate-8 6290323 182 ns/op 248 B/op 5 allocs/op
BenchmarkPreallocate-8 27583668 40.4 ns/op 80 B/op 1 allocs/op
PASS