influxdb/ingester2/benches
Dom Dwyer 66f1628238
fix: drop WAL segments after replay
Changes the WAL replay logic to:

    * Replay a segment file
    * Persist all replayed data
    * Drop segment file
    * ...repeat...

This ensures old WAL segments are removed once their contents have been
made durable, fixing #6461.
2022-12-22 16:56:47 +01:00
..
README.md test(ingester2): WAL replay benchmark 2022-12-12 15:02:36 +01:00
wal.rs fix: drop WAL segments after replay 2022-12-22 16:56:47 +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.