Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JMH Benchmark tests

NotificationsYou must be signed in to change notification settings

rmohta/reactor-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

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.

Running

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp