1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add non-zero bucket and warmup parameters for histogram test

This commit is contained in:
Sonja Happ 2019-09-16 15:55:01 +02:00 committed by Steffen Vogel
parent 3bb28b11ae
commit 09ea196f1e

View file

@ -35,7 +35,7 @@ TestSuite(hist, .description = "Histogram");
Test(hist, simple) {
Hist h;
Hist h(10,2);
for (auto td : test_data)
h.put(td);