Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 454 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 454 Bytes

Zipkin Benchmarks

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