Last active
February 15, 2022 16:31
-
-
Save romanitalian/575095bfe28b0207a6057d099efefd0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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