Package zipkin2
Class SpanBenchmarks
java.lang.Object
zipkin2.SpanBenchmarks
- Direct Known Subclasses:
SpanBenchmarks_jmhType_B1
public class SpanBenchmarks extends Object
-
Constructor Summary
Constructors Constructor Description SpanBenchmarks()
-
Method Summary
Modifier and Type Method Description Span
buildClientSpan()
Span
buildClientSpan_clear()
Span
buildClientSpan_clone()
Span
buildClientSpan_longs()
byte[]
deserialize_kryo()
static void
main(String[] args)
String
padLeft_15Chars()
String
padLeft_17Chars()
String
padLeft_1Char()
String
padLeft_31Chars()
Span
serialize_kryo()
manually implemented with json so not as slow as normal java
-
Constructor Details
-
SpanBenchmarks
public SpanBenchmarks()
-
-
Method Details
-
buildClientSpan
-
buildClientSpan_longs
-
buildClientSpan_clear
-
buildClientSpan_clone
-
serialize_kryo
manually implemented with json so not as slow as normal java -
deserialize_kryo
public byte[] deserialize_kryo() -
padLeft_1Char
-
padLeft_15Chars
-
padLeft_17Chars
-
padLeft_31Chars
-
main
- Throws:
org.openjdk.jmh.runner.RunnerException
-