This file contains 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
h1.public strong a { | |
color: #4078C0; | |
} | |
a.subnav-item.js-subnav-item.selected { | |
background-color: #4078C0; | |
} | |
svg.octicon.octicon-file-directory path { | |
color: #4078C0; |
This file contains 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
=== RUN TestGoGoProtobufCodec | |
--- PASS: TestGoGoProtobufCodec (0.00 seconds) | |
PASS | |
BenchmarkGoGoProtobufWithoutReflectMarshal 5000000 704 ns/op | |
BenchmarkGoGoProtobufWithoutReflectUnmarshal 1000000 1313 ns/op | |
BenchmarkGoGoProtoBufCodecMarshal 1000000 1726 ns/op | |
BenchmarkGoGoProtoBufCodecUnmarshal 1000000 2098 ns/op | |
ok github.com/go-distributed/messenger/codec 9.437s |