ea38e93511
Benchmark the performance of concurrent queries against a single partition, varying the number of concurrent queries and size of buffered data in the 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.