corridorkey-mrp-mlx/scripts/bench_mlx.py
cmoyates 393dd0d5a7
chore: add remaining test stubs and script placeholders
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:49:09 -03:30

10 lines
223 B
Python

#!/usr/bin/env python3
"""Benchmark MLX inference on Apple Silicon.
Reports latency, throughput, and memory usage.
Usage:
uv run python scripts/bench_mlx.py
"""
# TODO: Phase 5 — implement after full pipeline works