Skip to content

Instantly share code, notes, and snippets.

@romanitalian
Last active February 15, 2022 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanitalian/575095bfe28b0207a6057d099efefd0a to your computer and use it in GitHub Desktop.
Save romanitalian/575095bfe28b0207a6057d099efefd0a to your computer and use it in GitHub Desktop.
go test -bench=. -benchmem
BenchmarkRedisSet-8 1526 802456 ns/op 249 B/op 9 allocs/op
BenchmarkRedisGet-8 1552 818410 ns/op 196 B/op 7 allocs/op
BenchmarkEtcdSet-8 80 27729002 ns/op 14010 B/op 124 allocs/op
BenchmarkEtcdGet-8 9590 125109 ns/op 7070 B/op 125 allocs/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment