aggregate icon indicating copy to clipboard operation
aggregate copied to clipboard

Aggregate is a ruby implementation of a statistics aggregator including histogram support

Results 4 aggregate issues
Sort by recently updated
recently updated
newest added

Hi, > this will be released in v0.2.3 shortly Thank you so much, @nextmat for your work so far! Whilst this is released on github, the release has been made...

In the following output, note how the total from the binary histogram (35,869) is not the count (36,175). The linear histogram produces an accurate count. ``` irb(main):097:0> puts stats.to_s value...

This allows for storing scalar values in the `Aggregate`, but formatting the values in a more domain-specific fashion. An example of this is using a linear histogram with unix timestamps...

The MiniTest namespace was renamed to Minitest in Minitest 5.0, but a compatibility alias was kept. This alias has been dropped in Minitest 5.20, and the tests no longer work...