Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
❯ go test -bench BenchmarkAnyInGoroutine -benchmem -run Any -test.cpuprofile ~/cpuprof goos: darwin goarch: arm64 pkg: go.uber.org/zap BenchmarkAnyInGoroutine1/int-in-goroutine-with-stack-12 3125690 376.5 ns/op 88 B/op 2 allocs/op BenchmarkAnyInGoroutine1/any-in-goroutine-with-stack-12 1763952 665.0 ns/op 88 B/op 2 allocs/op BenchmarkAnyInGoroutine1/any-int-in-goroutine-with-stack-12 2904816 398.3 ns/op 88 B/op 2 allocs/op BenchmarkAnyInGoroutine1/any-12 4141492 289.2 ns/op 64 B/op 1 allocs/op BenchmarkAnyInGoroutine1/int-12 4395013 274.5 ns/op 64 B/op 1 allocs/op BenchmarkAnyInGoroutine1/goroutine-12 5005946 217.9 ns/op 0 B/op 0 allocs/op BenchmarkAnyInGoroutine1/int-in-goroutine-12 2079958 594.9 ns/op 88 B/op 2 allocs/op BenchmarkAnyInGoroutine1/any-in-goroutine-12 1773802 649.9 ns/op 88 B/op 2 allocs/op
- Loading branch information