Versions
A Version is the actual code diff an experiment produced. Each version is built, tested, and benchmarked on your runner, then Scored against your Goals — so you can compare it directly with the baseline and with other versions.
The versions table
Switch between the Data table and the Graphs view. The table lists every version against the baseline reference, showing its AI Score, per-metric results (e.g. XXH32_MBps, XXH64_MBps) with their percent change vs. baseline, and lines added/removed. The strongest version is tagged ★ BEST.

The left panel lists the files each version changed (here cli/xxhsum.c, tests/cli-seed.sh, and the Makefile). Per-version actions (⋯ More actions) include:
- Create PR — sends the version to the Changesets tab, where you review the diff and open the pull request. See Changesets.
- Download zip — download the version's changes.
Working with multiple versions
Select two or more versions to act on them together:

- Run — (re)run the scripts against the selected versions.
- Combine — merge the selected versions into a new one.
- Download zip — download them together.
When you find the version you want to keep, Create PR takes it to the Changesets tab, where you open the pull request to review and merge.