influxdb/ingester/benches
Fraser Savage fad34c375e
refactor(wal): Use TableId type for look-aside map key
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.
2023-06-08 11:39:23 +01:00
..
README.md
wal.rs refactor(wal): Use TableId type for look-aside map key 2023-06-08 11:39:23 +01:00
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.