Skip to content

Latest commit

 

History

History
 
 

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Pushy Benchmarks

This module includes benchmarks for various Pushy components. They're useful mostly for development, and aren't intended for distribution as binaries. The benchmarks use jmh (Java microbenchmark harness).

To build the benchmarks:

mvn clean install

To run the benchmarks:

java -jar target/benchmarks.jar

A full discussion of best practices for writing and running benchmarks is beyond the scope of this document, but please see the jmh samples as a starting point for working with jmh in general.