Benchmark definitions and runner wiring for performance tracking.
BM_*.cpp: benchmark suites (SIMD/base81, tensors, CanonFS, kernels)runner/: benchmark runner executable entry points and microbench groupsbenchmark.md: benchmark notes/referencecmake --build build --target benchmark_runner
./build/benchmarks/benchmark_runner
By default benchmark_runner applies a local smoke profile.
T81_BENCHMARK_PROFILE=full enables the bounded human-usable full profile.T81_BENCHMARK_PROFILE=deep enables the exhaustive research/nightly profile.Or via CLI wrapper:
t81 benchmark
docs/reference/benchmarks.md in the current workflow.