A Benchmark can now be identified by its name, slug, or UUID: #629
This helps align Benchmarks with the other dimensions (Branch, Testbed, and Measure).
It would be great to be able to track multiple aliases for a Benchmark over time with an array of exact match strings.
[
"current_benchmark::name",
"old_benchmark::name",
]
The name field could then become a "display name" similar to #366.
The current name would just be added as the first entry in the match array.