add a filter query cache 512mb that stores already decoded recent query results

this should improve performance noticeably for typical kind 1 client queries
This commit is contained in:
2025-11-16 18:29:53 +00:00
parent 95bcf85ad7
commit dfe8b5f8b2
14 changed files with 369 additions and 1962 deletions

View File

@@ -63,9 +63,9 @@ echo ""
# Run the benchmark binary directly against the running ORLY instance
docker run --rm --network benchmark_benchmark-net \
-e BENCHMARK_TARGETS=next-orly:8080 \
-e BENCHMARK_EVENTS=50000 \
-e BENCHMARK_EVENTS=10000 \
-e BENCHMARK_WORKERS=24 \
-e BENCHMARK_DURATION=60s \
-e BENCHMARK_DURATION=20s \
-v "$(pwd)/reports:/reports" \
benchmark-benchmark-runner \
/app/benchmark-runner --output-dir=/reports