We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243e7fa commit d15bbe8Copy full SHA for d15bbe8
metrics-clojure-core/test/metrics/test/histograms_test.clj
@@ -66,7 +66,7 @@
66
h (mh/histogram reg ["test" "histograms" "test-percentiles"])]
67
(dorun (map (partial mh/update! h) (range 1 101)))
68
(is (maps-within-one (mh/percentiles h)
69
- {0.75 75, 0.95 95, 0.99 99, 0.999 100, 1.00 100}))
+ {0.5 50 0.75 75, 0.95 95, 0.99 99, 0.999 100, 1.00 100}))
70
(is (maps-within-one (mh/percentiles h [0.10 0.50])
71
{0.10 10, 0.50 50}))))
72
0 commit comments