add scan test

This commit is contained in:
2025-11-21 12:04:52 +08:00
parent 9f6434dba1
commit 6c1ea2f56a
15 changed files with 58 additions and 16 deletions
+9 -3
View File
@@ -7,7 +7,7 @@
---
## get performance (cold get)
## random get performance (cold get)
![mace_get](./scripts/mace_get.png)
@@ -15,8 +15,14 @@
---
# mixed perfomance
# mixed perfomance (hot get)
![mace_mixed](./scripts/mace_mixed.png)
![rockdb_mixed](./scripts/rocksdb_mixed.png)
![rockdb_mixed](./scripts/rocksdb_mixed.png)
# sequential scan perfomance (cold scan)
![mace_scan](./scripts/mace_scan.png)
![rocksdb_scan](./scripts/rocksdb_scan.png)