@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class)
See: Description
Class | Description |
---|---|
ByteStringOutputStreamBenchmark |
Benchmarks for
ByteStringOutputStream . |
ByteStringOutputStreamBenchmark.NewVsCopy |
These benchmarks below provide good details as to the cost of creating a new buffer vs copying
a subset of the existing one and re-using the larger one.
|
ByteStringOutputStreamBenchmark.NewVsCopy.ArrayCopyState | |
ByteStringOutputStreamBenchmark.NewVsCopy.ArrayNewState | |
ByteStringOutputStreamBenchmark.ProtobufByteStringOutputStream | |
ByteStringOutputStreamBenchmark.SdkCoreByteStringOutputStream | |
VarIntBenchmark |
Benchmarks for
VarInt and variants. |
VarIntBenchmark.BlackholeOutput |
Output to
Blackhole . |
VarIntBenchmark.Bytes |
Input from randomly generated bytes.
|
VarIntBenchmark.ByteStringOutput |
Output to
ByteStringOutputStream . |
VarIntBenchmark.Longs |
Input from randomly generated longs.
|