Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 343 Bytes

File metadata and controls

14 lines (10 loc) · 343 Bytes

Micro benchmarks (FakeClient)

In-process pytest-benchmark tests — no Aerospike server.

pip install -r benchmarks/requirements.txt
RUN_BENCH=1 pytest benchmarks/micro -v --benchmark-only

Optional live spot-check (Aerospike CE up):

RUN_BENCH=1 RUN_BENCH_LIVE=1 pytest benchmarks/micro -v -k live --benchmark-only