Created
October 22, 2019 14:25
-
-
Save gsora/b3f8170cd093ef825be19b5b7a9b4785 to your computer and use it in GitHub Desktop.
Revisions
-
gsora revised this gist
Oct 22, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ 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. -
gsora created this gist
Oct 22, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ 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_do-2 19878 59551 ns/op 3912 B/op 42 allocs/op PASS ok client-sockets 2.155s Success: Benchmarks passed. ```