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
This commit is contained in:
David Sherret 2023-02-02 18:41:46 -05:00 committed by GitHub
parent 3f8c217bb1
commit 09d9437897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>)`