influxdb/ingester/benches
Carol (Nichols || Goulding) 0849ce6f2b
fix: Rename ingester2_test_ctx to ingester_test_ctx
2023-05-08 20:23:02 -04:00
..
README.md fix: Rename ingester2 to ingester 2023-05-08 12:03:05 -04:00
wal.rs fix: Rename ingester2 to ingester 2023-05-08 12:03:05 -04:00
write.rs fix: Rename ingester2_test_ctx to ingester_test_ctx 2023-05-08 20:23:02 -04:00

README.md

ingester benchmarks

Run them like this:

% cargo bench -p ingester --features=benches

This is required to mark internal types as pub, allowing the benchmarks to drive them.