diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-02-02 18:41:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 23:41:46 +0000 |
commit | 09d9437897f9f893ff7ff48ef50ec6882d013118 (patch) | |
tree | f05e1919d7bfc8e709f9c368d3e09a181ed9bcea /tools/release | |
parent | 3f8c217bb1a1b5cf2ceafa0396f6492417acfb22 (diff) |
chore: add release checklist step to check the benchmarks page (#17632)
The 1.30.1 release had a performance regression that would have been
caught by looking at the benchmarks page. This adds a pre-flight step to
the release checklist for the person doing the release to go to this
page and look at the output.
This would have prevented #17629
Diffstat (limited to 'tools/release')
-rw-r--r-- | tools/release/release_doc_template.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/release/release_doc_template.md b/tools/release/release_doc_template.md index 0bc6c11e9..eae7aee12 100644 --- a/tools/release/release_doc_template.md +++ b/tools/release/release_doc_template.md @@ -13,6 +13,8 @@ release from) should be frozen and no commits should land until the release is cut.** +- [ ] Check https://deno.land/benchmarks?-100 and ensure there's no recent + regressions. - [ ] Write a message in company's #cli channel: `:lock: deno and deno_std are now locked (<LINK TO THIS FORKED GIST GOES HERE>)` |