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

Synonyms

benches
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…
hemera/bench/benches
benches
radio/iroh-dns-server/benches
benches
honeycrisp/unimem/benches
benches
honeycrisp/rane/benches
benches
strata/nebu/rs/benches
benches
strata/jali/rs/benches
benches
strata/trop/rs/benches
benches
strata/kuro/rs/benches
benches
strata/genies/rs/benches
benches

Neighbours