Skip to content
Discussion options

You must be logged in to vote

Hi there!

Yes, JMeterDSL uses a different algorithm, and this was a deliberate choice.

Long story short, the algorithm in JMeterDSL is more accurate and efficient compared to the ones in JMeter.

First of all, JMeter uses at least two different methods to calculate percentiles. One of them, for example, only considers the last 20k results to calculate the percentile. So, if your sample size is larger, it trims the data.

Anyways, JMeter’s algorithms can give inconsistent results with small sample sizes, but for larger samples, the difference shouldn’t be significant.

There are even better algorithms out there than the one chosen for JMeterDSL, but they tend to be slower or consume more reso…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by uberlannunes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants