- Notifications
You must be signed in to change notification settings - Fork0
rmohta/reactor-benchmark
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
The benchmarks areJMH based. To run them, clone the project, then run themicrobenchmarks.jar
usingjava -jar
. For example, to run theReactorBenchmarks
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.
About
JMH Benchmark tests
Resources
Uh oh!
There was an error while loading.Please reload this page.