influxdb/ingester2/benches
Dom Dwyer 94c71dace7
refactor: reuse PartitionIter
Allows any code that interacts with a set of PartitionData to be
abstracted from the underlying data structure.
2023-01-10 10:52:12 +01:00
..
README.md test(ingester2): WAL replay benchmark 2022-12-12 15:02:36 +01:00
wal.rs refactor: reuse PartitionIter 2023-01-10 10:52:12 +01:00

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.