Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created January 26, 2015 10:57
Show Gist options
  • Save pjvds/9f897947e66cbcf49b67 to your computer and use it in GitHub Desktop.
Save pjvds/9f897947e66cbcf49b67 to your computer and use it in GitHub Desktop.
go test -bench=. github.com/gdamore/mangos/test
PASS
BenchmarkLatencyInp-6 100000 20056 ns/op
BenchmarkLatencyIPC-6 20000 100229 ns/op
BenchmarkLatencyTCP-6 10000 118770 ns/op
BenchmarkLatencyTLS-6 10000 185343 ns/op
BenchmarkTPut4kInp-6 200000 6807 ns/op 601.66 MB/s
BenchmarkTPut4kIPC-6 300000 6639 ns/op 616.93 MB/s
BenchmarkTPut4kTCP-6 200000 12042 ns/op 340.14 MB/s
BenchmarkTPut4kTLS-6 100000 15285 ns/op 267.96 MB/s
BenchmarkTPut64kInp-6 50000 33445 ns/op 1959.51 MB/s
BenchmarkTPut64kIPC-6 100000 18585 ns/op 3526.17 MB/s
BenchmarkTPut64kTCP-6 100000 18347 ns/op 3571.95 MB/s
BenchmarkTPut64kTLS-6 100000 18201 ns/op 3600.50 MB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment