File size: 701 Bytes
3436bdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Benchmarks

Clean product one-liner: control benchmarks live here as first-class product proof.

Why: memory, tensor, safety, economics, and routing quality need a local test track, not ad hoc side runs.

## Local standalone benchmark

```bash
./benchmarks/run_standalone_control_bench.sh
```

Why: this proves the repo can benchmark its own graph-first and execution lanes without leaning on an external engine.

## Golden XMLC seed

```bash
python3 benchmarks/build_golden_xmlc_seed.py
```

Why: this materializes a weakly supervised XMLC seed set over the corpus using a narrow set of golden emergent-practice tags such as `loops_create_loops`, `kernel_abstractions`, and `reducible_map_engine`.