IBM / sliding-window-aggregators

Reference implementations of sliding window aggregation algorithms
Apache License 2.0
42 stars 16 forks source link

Bulk experiments are runnable #63

Closed scotts closed 2 years ago

scotts commented 2 years ago

Two things to note:

  1. The experiments will not complete because they encounter a runtime error with AMTA; the experiments do a check to make sure that the window size is what we think it is, and that check fails.
  2. The bulk-evict-insert benchmarks take a surprising amount of time. They appear to be slower than the bulk-evict benchmarks. We'll need to investigate.