Skip to content
Snippets Groups Projects
Commit 0498275b authored by Christian Wulf's avatar Christian Wulf
Browse files

added added performance logs

parent 0e0cc0d2
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ public class BucketTimingsReader {
currentTimings[processedLines] = timing;
processedLines++;
if (currentTimings.length == processedLines) {
// Long aggregatedTimings = StatisticsUtil.calculateQuintiles(Arrays.asList(currentTimings)).get(0.5);
Long aggregatedTimings = StatisticsUtil.calculateAverage(Arrays.asList(currentTimings));
buckets.add(aggregatedTimings);
processedLines = 0;
......
0.0 % : 2926 ns
25.0 % : 3218 ns
50.0 % : 4681 ns
75.0 % : 4681 ns
100.0 % : 7022 ns
Confidence width: 21
0.0 % : 2966 ns
25.0 % : 3063 ns
50.0 % : 3087 ns
75.0 % : 3228 ns
100.0 % : 7717 ns
Confidence width: 8
0.0 % : 2926 ns
25.0 % : 2926 ns
50.0 % : 2926 ns
75.0 % : 3218 ns
100.0 % : 6144 ns
Confidence width: 6
0.0 % : 2932 ns
25.0 % : 3026 ns
50.0 % : 3144 ns
75.0 % : 3693 ns
100.0 % : 6944 ns
Confidence width: 18
0.0 % : 2926 ns
25.0 % : 2926 ns
50.0 % : 2926 ns
75.0 % : 2926 ns
100.0 % : 6729 ns
Confidence width: 19
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment