influxdb/ingester/benches
Dom Dwyer 32414acb00
test(bench): ingester query partition pruning
Adds benchmarks that exercise partition pruning during query execution
within the ingester, for varying partition counts within a table, and
varying row counts within each partition.
2023-07-24 17:26:48 +02:00
..
README.md fix: Rename ingester2 to ingester 2023-05-08 12:03:05 -04:00
query.rs test(bench): ingester query partition pruning 2023-07-24 17:26:48 +02:00
wal.rs fix: Remove ::default() when constructing unit structs 2023-07-14 10:50:55 -04:00
write.rs test(bench): ingester query partition pruning 2023-07-24 17:26:48 +02: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.