| 37 | Buckets::Explicit({10.0, 20.0})); |
| 38 | |
| 39 | TEST(LabeledSamplerTest, InitializedEmpty) { |
| 40 | Histogram empty; |
| 41 | EqHistograms(empty, sampler_with_labels->GetCell("Empty")->value()); |
| 42 | } |
| 43 | |
| 44 | TEST(LabeledSamplerTest, ExplicitBucketBoundaries) { |
| 45 | // Sampler automatically adds DBL_MAX to the list of buckets. |