fix percentile plots
This commit is contained in:
@@ -55,6 +55,8 @@ public class PercentilesAggregator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void collect(final LongLongHashMap map) {
|
public void collect(final LongLongHashMap map) {
|
||||||
|
percentiles.put("0.000", 0L); // make sure "0.000" is the first element in the sorted percentiles. Will be
|
||||||
|
// overwritten with the correct value later
|
||||||
map.forEachOrdered(this);
|
map.forEachOrdered(this);
|
||||||
percentiles.put("0.000", minValue);
|
percentiles.put("0.000", minValue);
|
||||||
percentiles.put("100.000", maxValue);
|
percentiles.put("100.000", maxValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user