Home
last modified time | relevance | path

Searched refs:expect_percentile (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/core/util/
Dhistogram_test.cc28 static void expect_percentile(grpc_histogram* h, double percentile, in expect_percentile() function
48 expect_percentile(h, 50, 10001, 10999); in test_simple()
77 expect_percentile(h, -10, 2.5, 2.5); in test_percentile()
78 expect_percentile(h, 0, 2.5, 2.5); in test_percentile()
79 expect_percentile(h, 12.5, 2.5, 2.5); in test_percentile()
80 expect_percentile(h, 25, 2.5, 2.5); in test_percentile()
81 expect_percentile(h, 37.5, 2.5, 2.8); in test_percentile()
82 expect_percentile(h, 50, 3.0, 3.5); in test_percentile()
83 expect_percentile(h, 62.5, 3.5, 4.5); in test_percentile()
84 expect_percentile(h, 75, 5, 7.9); in test_percentile()
[all …]