Re: [ANN] Khepri 0.2.1 - A tree-like replicated on-disk database library

Jean-Sébastien Pédron <[email protected]> Wed, 2 Mar 2022 16:38:01 +0100
Newsgroups gmane.comp.lang.erlang.general
Message-ID <[email protected]>
On 18/02/2022 11:21, Frank Muller wrote:
> Do you provide (throughput / latency) benchmarks?

Hi!

I prepared a first micro-benchmark tool to compare Khepri and Mnesia:
https://github.com/rabbitmq/khepri-benchmark

The README explains what it measures and how it works. In particular, it 
only tests operations per second, not latency.

Results are automatically published from GitHub Actions to the following 
page (though remember that the CI runner only has 2 CPU cores):
https://rabbitmq.github.io/khepri-benchmark/

-- 
Jean-Sébastien Pédron