Re-enabling continuous benchmarking on vuejs/core #9994
adriencaccia
started this conversation in
General Discussions
Replies: 1 comment
-
Hey @sxzz, @yyx990803 We just released a feature to ignore a benchmark on CodSpeed. An ignored benchmark is removed is still run, but its measure is removed from the performance report. This feature should allow you to re-enable CodSpeed, ignore the flaky Let me know if you have any questions 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I am Adrien from CodSpeed
Last month, @sxzz added benchmarks to the repo and enabled CodSpeed to track performance in #9638. From then on, a CI job ran on every pull request to track performance.
The benchmark job was then disabled in 8b25982.
I noticed that there were some flaky benchmarks, resulting in performance regressions comments appearing on completely unrelated pull requests. For example here, I discuss the potential origin of the flakiness.
Is it part of the reason why it was disabled?
I would love to help enable them back again and ensure the experience is as smooth as possible 😉
Beta Was this translation helpful? Give feedback.
All reactions