Interpreting average value in throughput result
Bernd Eckenfels
ecki at zusammenkunft.net
Wed Nov 5 19:15:02 UTC 2014
Hello,
the line is:
# Result: 327.893 ?(99.9%) 84.101 ops/s [Average]
which means the average is 327.893 and the 99.9% confidence
intervall is +- 84.101. It uses some fancy characters for
plusminus, which easyly get messed up. (And I wonder why those lines
give the results multiple times.
Gruss
Bernd
Am Wed, 05 Nov 2014 18:11:21 +0200
schrieb Vladimir Dzhuvinov <vladimir at connect2id.com>:
> Hello guys,
>
> How should I interpret the "84.101 ops/s [Average]" value from the
> output below? How does it relate to the first result value (327.893)?
>
> Thanks,
>
> Vladimir
>
>
> ***
> java -jar benchmarks.jar -wi 2 -i 5 -f 0 -t 25
>
> # Run progress: 0.00% complete, ETA 01:30:36
> # Warmup: 2 iterations, 1 s each
> # Measurement: 5 iterations, 60 s each
> # Timeout: 10 min per iteration
> # Threads: 25 threads, will synchronize iterations
> # Benchmark mode: Throughput, ops/time
> # Benchmark:
> com.nimbusds.openid.connect.provider.benchmarks.AuthorizationCodeGrantBenchmark.authorize
> # Fork: N/A, test runs in the existing VM
> # Warmup Iteration 1: 143.927 ops/s
> # Warmup Iteration 2: 157.111 ops/s
> Iteration 1: 296.617 ops/s
> Iteration 2: 339.026 ops/s
> Iteration 3: 346.989 ops/s
> Iteration 4: 313.571 ops/s
> Iteration 5: 343.262 ops/s
>
> Result: 327.893 ?(99.9%) 84.101 ops/s [Average]
> Statistics: (min, avg, max) = (296.617, 327.893, 346.989), stdev =
> 21.841 Confidence interval (99.9%): [243.792, 411.994]
>
More information about the jmh-dev
mailing list