94c71dace7
Allows any code that interacts with a set of PartitionData to be abstracted from the underlying data structure. |
||
---|---|---|
.. | ||
README.md | ||
wal.rs |
README.md
ingester2
benchmarks
Run them like this:
% cargo bench -p ingester2 --features=benches
This is required to mark internal types as pub
, allowing the benchmarks to
drive them.