Feat/certus server yaml#200
Merged
Merged
Conversation
Point-to-point RDMA benchmark using manual libibverbs/librdmacm FFI bindings. Measures throughput via RDMA Write and latency/jitter via Send/Recv ping-pong, with human-readable and JSON output formats. Includes SSH launch script for remote orchestration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…, recv) Add individual throughput benchmarks for RDMA Read, RDMA Write, Send, and Recv operations. The --test flag now accepts: write, read, send, recv, latency, all (replacing the old 'throughput' option). Key changes: - Add rdma_test_rdma_read C helper and rdma_read() Rust method - New send_bw/recv_bw modules with pre-posted recv windows to avoid RNR - Expand TestType enum and update client/server dispatch for all modes - Output module now reports per-mode throughput results Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Demonstrates declarative component composition via YAML manifests. A build.rs reads the profile, validates the component graph, and generates Rust code that instantiates, wires, and initializes the component stack. Verified as a drop-in replacement for certus-server via certus-api-bench (zero errors, full throughput). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Narangerelt
approved these changes
Jun 8, 2026
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.
Version of Certus that uses yaml configurations to define compile-time compositions.