edr icon indicating copy to clipboard operation
edr copied to clipboard

Use labels to prevent the benchmark runner from being triggered

Open Wodann opened this issue 10 months ago • 0 comments

Definition of Done It should be possible to disable the benchmark runner check based on labels.

Two possibilities are:

  • detect whether one of a set of labels is specified to include/exclude runs ([fix, feature, perf] is an example of an inclusive set or [docs, ci, style] is an example of an exclusive set)
  • add a no-benchmark-needed label to specifically indicate that benchmarks shouldn't be run, similar to the "no changeset needed" label

Wodann avatar Apr 04 '24 08:04 Wodann