You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @bhavnicksm , Would it be beneficial to incorporate a benchmark suite into the development workflow, similar to unit tests, to proactively identify and address performance bottlenecks during development?
I personally like these kind of tests, so any performance issues could be attributed to the respective code change at the time. I can add this. Let me know your thoughts and if you are aware of any tools or resources related to this.
hey @bhavnicksm , Would it be beneficial to incorporate a benchmark suite into the development workflow, similar to unit tests, to proactively identify and address performance bottlenecks during development? I personally like these kind of tests, so any performance issues could be attributed to the respective code change at the time. I can add this. Let me know your thoughts and if you are aware of any tools or resources related to this.
But instead of unit tests, it's better if we keep them separate since benchmarking can take a while—we can run them manually since unit tests are run for every push to main at the moment.
One place for all Chonkie benchmarking related work quiries and future benchmarking planning.
Will update this...
The text was updated successfully, but these errors were encountered: