Package zipkin2.codec
Class ProtoCodecBenchmarks
java.lang.Object
zipkin2.codec.ProtoCodecBenchmarks
- Direct Known Subclasses:
- ProtoCodecBenchmarks_jmhType_B1
public class ProtoCodecBenchmarks extends Object
- 
Constructor SummaryConstructors Constructor Description ProtoCodecBenchmarks()
- 
Method SummaryModifier and Type Method Description List<Span>bytebuffer_protobufDecoder()List<Span>bytebuffer_wireDecoder()List<Span>bytebuffer_zipkinDecoder()List<Span>bytes_protobufDecoder()List<Span>bytes_wireDecoder()List<Span>bytes_zipkinDecoder()static voidmain(String[] args)voidsetup()voidtearDown()
- 
Constructor Details- 
ProtoCodecBenchmarkspublic ProtoCodecBenchmarks()
 
- 
- 
Method Details- 
setuppublic void setup()
- 
tearDownpublic void tearDown()
- 
bytes_zipkinDecoder
- 
bytes_protobufDecoder
- 
bytes_wireDecoder
- 
bytebuffer_zipkinDecoder
- 
bytebuffer_protobufDecoder
- 
bytebuffer_wireDecoder
- 
main- Throws:
- Exception
 
 
-