docs: update benchmark results from GCP c2-standard-8#160
Merged
Conversation
populates all previously-pending tables in bench/README.md with data collected on GCP c2-standard-8 (8 vCPU Intel Xeon @ 3.10GHz): - encryption: SET 47% overhead (P=16), GET 0% (P=1) - vector: ember 1,264 q/s (RESP), 1,462 q/s (gRPC), 36 MB vs chromadb 390 q/s (122 MB), pgvector 831 q/s (179 MB), qdrant 596 q/s (121 MB) - grpc vs resp3: pipelined RESP 84-109k ops/s, grpc unary 6.3k - pub/sub: 10.9k msg/s (1 sub), 27k fanout msg/s (100 sub) - protobuf: ~0% overhead for schema validation - memory: concurrent 128 B/key, sharded 208 B/key, redis 173 B/key also updates README.md highlights with latest numbers.
kacy
added a commit
that referenced
this pull request
Feb 19, 2026
populates all previously-pending tables in bench/README.md with data collected on GCP c2-standard-8 (8 vCPU Intel Xeon @ 3.10GHz): - encryption: SET 47% overhead (P=16), GET 0% (P=1) - vector: ember 1,264 q/s (RESP), 1,462 q/s (gRPC), 36 MB vs chromadb 390 q/s (122 MB), pgvector 831 q/s (179 MB), qdrant 596 q/s (121 MB) - grpc vs resp3: pipelined RESP 84-109k ops/s, grpc unary 6.3k - pub/sub: 10.9k msg/s (1 sub), 27k fanout msg/s (100 sub) - protobuf: ~0% overhead for schema validation - memory: concurrent 128 B/key, sharded 208 B/key, redis 173 B/key also updates README.md highlights with latest numbers.
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
populates all previously-pending benchmark tables in bench/README.md and updates README.md highlights with data collected on GCP c2-standard-8 (8 vCPU Intel Xeon @ 3.10GHz, Ubuntu 22.04).
tables updated:
what was tested
data collected from two benchmark runs on GCP c2-standard-8 VMs. all scripts completed successfully after fixing gRPC port conflicts (#159), memory benchmark DBSIZE parsing (#157, #158), and protobuf key collision (#157).