influxdb/ingester2/benches
Dom Dwyer 67903a4bf2
feat(metrics): ingester2 WAL replay
Adds two metrics:

    * Number of files replayed (counted at the start of, not completion)
    * Number of applied ops

This will help identify when WAL replay is happening (an indication of
an ungraceful shutdown & potential temporary read unavailability).
2023-02-02 14:52:09 +01:00
..
README.md test(ingester2): WAL replay benchmark 2022-12-12 15:02:36 +01:00
wal.rs feat(metrics): ingester2 WAL replay 2023-02-02 14:52:09 +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.