jpountz / t-digest-benchmark

A simple JMH benchmark for various versions of t-digest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t-digest-benchmark

A simple JMH benchmark for various versions of t-digest

How to Run

Compile the code

mvn clean install

and run the benchmarks

java -cp target/microbenchmarks.jar:target/target/t-digest-benchmark-1.0-SNAPSHOT.jar com.tdunning.Benchmark

Then run the visualization

Rscript plot-data.r

Look at plot.pdf for the results.

About

A simple JMH benchmark for various versions of t-digest

License:Apache License 2.0