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:
parent
74759b0ee2
commit
6a7bf85a48
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue