mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
This is a speed-of-light benchmark that uses an in-memory single-voter RawNode to sequentially propose and process entries. As a bonus, it also measures the number of calls to the underlying Storage. Calls to the Storage are cheap since the benchmark is in- memory, but in a real-world implementation, especially one that doesn't cache results, additional calls to the Storage interface can translate to a heavy hit as they might involve additional I/O. Signed-off-by: Tobias Grieger <tobias.b.grieger@gmail.com>
8.7 KiB
8.7 KiB