cyb/honeycrisp/aruminium/benches.md

benches/

separate crate (metal-benches) with heavy dependencies isolated from the core library.

cargo run --release -p metal-benches --bin bench
cargo run --release -p metal-benches --bin compare
file purpose
Cargo.toml crate manifest — heavy deps live here, not in root
bench.rs main benchmark suite — latency, throughput, dispatch overhead
compare.rs head-to-head comparison with objc2-metal
objc2.rs objc2-metal baseline implementations
shaders.rs MSL shader sources shared between benchmarks
aruminium.rs aruminium benchmark implementations

Folder

Homonyms

neural/trident/benches
Trident Benchmarks Per-function compiler overhead analysis: compiles real library modules from `std/`, `vm/`, and `os/`, then compares instruction counts and execution costs against hand-optimized TASM baselines. Directory Structure **`harnesses/`** — `.tri` source + `.inputs` files for live…
soft3/radio/iroh-dns-server/benches
benches
cyb/honeycrisp/unimem/benches
benches
cyb/honeycrisp/rane/benches
benches
soft3/hemera/bench/benches
benches
soft3/nox/rs/benches
benches
soft3/strata/kuro/rs/benches
benches
soft3/strata/genies/rs/benches
benches
soft3/radio/quinn/quinn/benches
benches
soft3/strata/nebu/rs/benches
benches
warriors/trisha/.vendor/twenty-first/benches
benches
soft3/radio/quinn/quinn-proto/benches
benches
soft3/radio/quinn/quinn-udp/benches
benches
soft3/strata/trop/rs/benches
benches
cyb/wysm/crates/wasmi/benches
benches
warriors/trisha/.vendor/triton-constraint-builder/benches
benches
soft3/strata/jali/rs/benches
benches
warriors/trisha/.vendor/triton-vm/benches
benches
neural/inf/rs/cozo/cozo-core/benches
benches
cyb/honeycrisp/.claude/worktrees/agent-aa1259cb10112b22a/unimem/benches
benches
cyb/honeycrisp/.claude/worktrees/agent-ad6c77c38e86bc291/aruminium/benches
benches/ separate crate (`metal-benches`) with heavy dependencies isolated from the core library. | file | purpose | |------|---------| | `Cargo.toml` | crate manifest — heavy deps live here, not in root | | `bench.rs` | main benchmark suite — latency, throughput, dispatch overhead | | `compare.rs`…
cyb/honeycrisp/.claude/worktrees/agent-aa1259cb10112b22a/rane/benches
benches
cyb/honeycrisp/.claude/worktrees/agent-ad6c77c38e86bc291/rane/benches
benches
cyb/honeycrisp/.claude/worktrees/agent-ad6c77c38e86bc291/unimem/benches
benches
cyb/honeycrisp/.claude/worktrees/agent-aa1259cb10112b22a/aruminium/benches
benches/ separate crate (`metal-benches`) with heavy dependencies isolated from the core library. | file | purpose | |------|---------| | `Cargo.toml` | crate manifest — heavy deps live here, not in root | | `bench.rs` | main benchmark suite — latency, throughput, dispatch overhead | | `compare.rs`…

Graph