-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I’ve seen repositories before that have a bot post a comment on all new PRs with a comparison of the perf tests between main
and the PR branch. This would be very nice to have so we don’t accidentally introduce regressions, and to celebrate perf improvements when they’re added.
MaxDesiatovMaxDesiatov
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
j-f1 commentedon Sep 21, 2020
Here’s an action that could probably be adapted to measure perf instead of bundle size: https://github.com/preactjs/compressed-size-action/blob/master/src/index.js
MaxDesiatov commentedon Sep 25, 2020
Can this be considered resolved now?