-
Notifications
You must be signed in to change notification settings - Fork 19
Perform performance degradation check before deploying #48
Comments
I like the idea, it's similar to #56. There is this #51 refactor issue open. Do you think this should be done first? |
I consider #68 to be the biggest problem of processbot right now. That is what I would work on if I were available to work on this project. If #68 can't be figured out because of Node.js, then the suggestion of #51 (comment) incurs a rewrite (in another language) rather than a refactor. In any case, I would not work on any new feature, including this one, until #68 is dealt with. My personal priorities are not a blocker for the project and developers are free to work on whatever they find most relevant. If it were up to me then, to answer your question, no, I would not work on this first because I would prioritize something else. If another developer wants to work on this ticket, or any other for that matter, I don't see a problem with that. |
We should have a workflow in the deploy process where before deploying a new version
This would avoid confusion such as the one seen in #47 because we'd know upfront which commit introduced a regression when the bot is updated.
It's relevant for this workflow to be executed directly in the machine, rather than e.g. CI, so that the results can be compared more predictably.
The text was updated successfully, but these errors were encountered: