fad34c375e
This adds a little extra layer of type safety and should be optimised by the compiler. This commit also makes sure the ingester's WAL sink tests assert the behaviour for partitioned sequence numbering on an operation that hits multiple tables & thus partitions. |
||
---|---|---|
.. | ||
README.md | ||
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.