influxdb/ingester/benches
Carol (Nichols || Goulding) 604bab9508
fix: Make Table create_or_get be only create
2023-05-24 10:34:30 -04:00
..
README.md fix: Rename ingester2 to ingester 2023-05-08 12:03:05 -04:00
wal.rs fix: Conditionally re-export rather than declaring through a macro 2023-05-22 18:07:07 -04:00
write.rs fix: Make Table create_or_get be only create 2023-05-24 10:34:30 -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.