influxdb/ingester_test_ctx
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
..
src test(bench): ingester query partition pruning 2023-07-24 17:26:48 +02:00
Cargo.toml chore(deps): Bump tempfile from 3.6.0 to 3.7.0 (#8297) 2023-07-21 09:06:34 +00:00
README.md fix: Rename ingester2_test_ctx to ingester_test_ctx 2023-05-08 20:23:02 -04:00

README.md

Ingester Test Context

This crate contains re-usable types that allow running integration tests (ingester/test) and benchmarks (ingester/benches) against a complete in-process Ingester instance, with helper methods and changeable configurations.