Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. taskset --cpu-list 1,2 go test . -run='^$' -test.benchmem -bench .
  2. goos: linux
  3. goarch: amd64
  4. pkg: github.com/grafana/metrictank/cluster/partitioner
  5. BenchmarkPartitionerSarama-2 10000000 205 ns/op 0 B/op 0 allocs/op
  6. BenchmarkJumpPartitionerMauro-2 5000000 271 ns/op 210 B/op 1 allocs/op
  7. BenchmarkJumpPartitionerFnv-2 5000000 323 ns/op 8 B/op 1 allocs/op
  8. BenchmarkJumpPartitionerMetro-2 20000000 101 ns/op 0 B/op 0 allocs/op
  9. BenchmarkJumpPartitionerSip-2 10000000 145 ns/op 0 B/op 0 allocs/op
  10. BenchmarkJumpPartitionerXxhash-2 20000000 99.4 ns/op 0 B/op 0 allocs/op
  11. PASS
  12. ok github.com/grafana/metrictank/cluster/partitioner 11.756s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement