Closed
Conversation
populate tables with real data from benchmark run on 2026-02-15: - encryption: SET 44% overhead (P=16), GET near-zero (P=1) - vector: add qdrant + gRPC columns, ember 1.4k q/s at 36MB - gRPC vs RESP3: RESP3 pipelined 83-109k ops/s, gRPC unary 6.3k - pub/sub: 11k msg/s (1 sub), 27k fanout (100 sub) - README highlights updated with latest numbers
Owner
Author
|
superseded by #160 which has the complete benchmark data from the final GCP run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
summary
what was tested
all benchmarks run on GCP c2-standard-8 (8 vCPU Intel Xeon @ 3.10GHz, 32GB RAM):
bench/compare-redis.sh— throughput comparisonbench/bench-memtier.sh— latency + throughputbench/bench-vector.sh --ember-grpc— vector with qdrant + gRPCbench/bench-encryption.sh— AES-256-GCM overheadbench/bench-grpc.sh— gRPC vs RESP3 standard opsbench/bench-pubsub.sh— pub/sub throughputstill pending