Package zipkin2.codec
Class JsonCodecBenchmarks
java.lang.Object
zipkin2.codec.JsonCodecBenchmarks
- Direct Known Subclasses:
JsonCodecBenchmarks_jmhType_B1
public class JsonCodecBenchmarks extends Object
-
Constructor Summary
Constructors Constructor Description JsonCodecBenchmarks() -
Method Summary
Modifier and Type Method Description List<Span>bytebuffer_jacksonDecoder()List<Span>bytebuffer_moshiDecoder()List<Span>bytebuffer_zipkinDecoder()List<Span>bytes_jacksonDecoder()List<Span>bytes_moshiDecoder()List<Span>bytes_zipkinDecoder()static voidmain(String[] args)voidsetup()voidtearDown()
-
Constructor Details
-
JsonCodecBenchmarks
public JsonCodecBenchmarks()
-
-
Method Details
-
setup
public void setup() -
tearDown
public void tearDown() -
bytes_jacksonDecoder
-
bytes_moshiDecoder
-
bytes_zipkinDecoder
-
bytebuffer_jacksonDecoder
-
bytebuffer_moshiDecoder
-
bytebuffer_zipkinDecoder
-
main
- Throws:
Exception
-