Color runs by regex

Enter a regex with capturing groups to match against run names:

Each matching run will be assigned a color based on the "key" formed by its matches to the capturing groups.
to assign all runs containing train to one color and all runs containing eval to another color.

Color group preview

    • {{ run.name }}
    • and {{colorRunsPair.runs.length - 5 | number}} more
    • No runs are in the group
There are no runs matching the regex, /{{regexString}}/. Please check if your regex string is correct.