Skip to content

kadyana/reactor-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

Reactor Benchmarks

These benchmarks measure the relative performance of various components of the Reactor architecture. There are also benchmarks for standard JDK components in different configurations to try and determine what's the fastest way to do various tasks.

Running

The benchmarks are JMH based. To run them, clone the project, then run the microbenchmarks.jar using java -jar. For example, to run the ReactorBenchmarks which measure the performance of the event publication system, do something like the following:

	> git clone https://github.com/reactor/reactor-benchmark.git
	> cd reactor-benchmark
	> mvn package && java -jar target/microbenchmarks.jar ".*ReactorBenchmarks.*"

Sensible defaults are placed as annotations on the benchmark classes themselves. In many cases, those can be overridden by passing the appropriate CLI parameter. Refer to the JMH documentation for more information on what options are available and what effect they have on the benchmark runs.

Note that we are very sorry to ship this project with a Maven build, assistance welcome for moving to Gradle :) Pull Requests my friends !

About

JMH Benchmark tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%