Skip to content

Latest commit

 

History

History

benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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