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