32414acb00
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. |
||
---|---|---|
.. | ||
README.md | ||
query.rs | ||
wal.rs | ||
write.rs |
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.