67903a4bf2
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). |
||
---|---|---|
.. | ||
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.