Skip to content

Run markdown benchmark when release tag created

Brett Walker requested to merge bw-run-markdown-benchmark-on-tag into master

What does this MR do and why?

We should run the benchmark-markdown pipeline https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab/ci/benchmark.gitlab-ci.yml when a tag and/or release is created.

It is currently a manual job that can be run. But it would be useful to have it run automatically for every release. This would give us some historical data that we could compare across releases to see if any significant change has happened.

It could also be run on every merge into master, but I think this might be overkill. It could also be extended to that if in the future we decide we need that data.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports