Package zipkin2.codec
Class ProtoCodecBenchmarks
java.lang.Object
zipkin2.codec.ProtoCodecBenchmarks
- Direct Known Subclasses:
ProtoCodecBenchmarks_jmhType_B1
public class ProtoCodecBenchmarks extends Object
-
Constructor Summary
Constructors Constructor Description ProtoCodecBenchmarks() -
Method Summary
Modifier 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
-
ProtoCodecBenchmarks
public ProtoCodecBenchmarks()
-
-
Method Details
-
setup
public void setup() -
tearDown
public void tearDown() -
bytes_zipkinDecoder
-
bytes_protobufDecoder
-
bytes_wireDecoder
-
bytebuffer_zipkinDecoder
-
bytebuffer_protobufDecoder
-
bytebuffer_wireDecoder
-
main
- Throws:
Exception
-