influxdb/ingester/benches
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
..
README.md fix: Rename ingester2 to ingester 2023-05-08 12:03:05 -04:00
query.rs test(bench): concurrent partition queries 2023-07-07 16:27:44 +02:00
wal.rs refactor(wal): Remove op-level `sequence_number`, use per table map 2023-07-05 14:20:43 +01:00
write.rs refactor(ingester): Split up the `WriteOperation` sub-types into separate modules 2023-06-22 10:08:26 +01: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.