Interpret the JMH plugin results table
developWhen viewing benchmark results in the plugin, the output is presented in a tabular format similar to the JMH command line. The columns represent:
- Benchmark: The name of the benchmark method.
- Mode: The JMH measurement mode (e.g.,
thrpt,avgt,sample,ss). - Samples: The number of samples collected.
- Score-Idea: The result calculated by the IntelliJ IDEA plugin.
- Score-Term: The result from the standard JMH terminal/command line execution.
- (MAX - MIN)/MAX: The relative difference between the maximum and minimum scores.
- Units: The measurement units (e.g.,
ops/s,us/op,ops/us).
Benchmark Mode Samples Score-Idea Score-Term (MAX - MIN)/MAX Units
measureThroughput thrpt 5 9.969 9.926 0.004 ops/s
measureAvgTime avgt 5 100228.545 100779.818 0.005 us/op