khonsulabs / nebari

A pure Rust database implementation using an append-only B-Tree file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Memory Profiling to benchmarks

ecton opened this issue · comments

Stumbled across dhat. It would be nice to put measurements behind how much memory Nebari uses compared to Sled. I know from experience trying to make the benchmarks run on VPSes that Nebari definitely needs less memory than Sled to operate.