Add Hyperfin M4 headless benchmark (cargo run --release --bin mu -- --headless)#1
Draft
Add Hyperfin M4 headless benchmark (cargo run --release --bin mu -- --headless)#1
cargo run --release --bin mu -- --headless)#1Conversation
…u -- --headless) Agent-Logs-Url: https://github.com/fornevercollective/Mu/sessions/3b6bc0d6-4671-4019-9002-c0b6008aabfb Co-authored-by: fornevercollective <12417529+fornevercollective@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Hyperfin M4 benchmark results to documentation
Add Hyperfin M4 headless benchmark (Apr 10, 2026
cargo run --release --bin mu -- --headless)
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.
Greenfield Rust implementation of the MuTerminal Hyperfin M4 benchmark pipeline. Running with
--headlessexercises the full stack and prints a verified performance report (throughput, P99.9 latency, jitter, cycles/byte, WPM).Architecture
src/packet.rs—MuPacket: 32-byte#[repr(C)]frame with trigger-bit header;muon_dispatch_v2chunks raw bytes into the packet streamsrc/stream.rs—MuPipeReceiver: 64 KB stack-allocated burst reader, 4-packet manually unrolled decode loop (128 B/iter), fragment-recovery tail shimsrc/render.rs—MuVis: Vision Bridge with branchless XOR trigger toggle for 120 Hz state tracking across burstssrc/bench.rs—run_headless_benchmark(): two independent UDS socket pairs — one ping-pong for latency/jitter distribution (1 000 samples → P99.9), one one-way burst for throughput — followed by formatted report to stdoutExample output
Numbers are real measurements; values vary by host CPU (shown above are from M4 Silicon).
Original prompt