Benchmark Trust Model

PomaiDB benchmarks exist to earn trust, not to market speed. We adhere to a "Single Source of Truth" policy.

P99/P999
Tail Latency Transparency
Recall@k
Validated vs Oracle
Crash
Safety Verified

What We Guarantee


Running Benchmarks

We provide a comprehensive suite via the pomai-bench script.

Quick Commands

# 1. Trust benchmarks (Recall, Tail Latency, Crash Recovery)
./scripts/pomai-bench recall
./scripts/pomai-bench mixed-load
./scripts/pomai-bench crash-recovery

# 2. End-to-end Python Benchmark (CIFAR-10)
python3 benchmarks/python_cifar10_feature_bench.py --images 6000 --queries 200

Metrics to Watch

Low-End Device Warning

On 2-core CPUs with 8GB RAM, avoid medium/large datasets. Multi-threading on 2 cores causes thrashing. Stick to --dataset small or use --threads 1.