Created
October 22, 2019 14:25
-
-
Save gsora/b3f8170cd093ef825be19b5b7a9b4785 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
Loopback HTTP GET | |
``` | |
goos: linux | |
goarch: amd64 | |
pkg: client-localhost | |
Benchmark_doLoopback-2 6195 209226 ns/op 2617 B/op 35 allocs/op | |
PASS | |
ok client-localhost 1.327s | |
Success: Benchmarks passed. | |
``` | |
Unix Sockets HTTP GET | |
``` | |
goos: linux | |
goarch: amd64 | |
pkg: client-sockets | |
Benchmark_doSockets-2 19878 59551 ns/op 3912 B/op 42 allocs/op | |
PASS | |
ok client-sockets 2.155s | |
Success: Benchmarks passed. | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment