This module includes JMH benchmarks for Zipkin.
=== Running the benchmark
From the parent directory, run ./mvnw install
to build the benchmarks, and the following to run them:
# Run with a single worker thread
$ java -jar benchmarks/target/benchmarks.jar
# Add contention by running with 4 threads
$ java -jar benchmarks/target/benchmarks.jar -t4