Commit Graph

4 Commits (1ec1b9155a9ef8b085dff72bdc9f4ebe0fdeb12b)

Author SHA1 Message Date
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
Fraser Savage 729851be58
test(ingester): Integration test for RPC write trace context inheritrance 2023-07-12 15:48:41 +01:00
Dom Dwyer ea38e93511
test(bench): concurrent partition queries
Benchmark the performance of concurrent queries against a single
partition, varying the number of concurrent queries and size of buffered
data in the partition.
2023-07-07 16:27:44 +02:00
Dom Dwyer 8f0ae77184
test(bench): ingester query & projection
Benchmark query performance against a variety of row/column counts, with
and without projection.
2023-07-05 13:44:08 +02:00