Package brave.propagation
Class B3PropagationBenchmarks
java.lang.Object
brave.propagation.B3PropagationBenchmarks
- Direct Known Subclasses:
B3PropagationBenchmarks_jmhType_B1
public class B3PropagationBenchmarks extends Object
-
Constructor Summary
Constructors Constructor Description B3PropagationBenchmarks()
-
Method Summary
Modifier and Type Method Description TraceContextOrSamplingFlags
extract()
TraceContextOrSamplingFlags
extract_malformed()
TraceContextOrSamplingFlags
extract_nothing()
TraceContextOrSamplingFlags
extract_unsampled()
void
inject()
static void
main(String[] args)
-
Constructor Details
-
B3PropagationBenchmarks
public B3PropagationBenchmarks()
-
-
Method Details
-
inject
public void inject() -
extract
-
extract_nothing
-
extract_unsampled
-
extract_malformed
-
main
- Throws:
org.openjdk.jmh.runner.RunnerException
-