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
It would be useful to implement some sort of benchmarks that can run in GitHub Actions.
Without benchmarks, it's difficult to know whether a change has a positive or negative impact on performance.
The new diffing algorithm ran faster in my tests, but in the real world maybe it allocates more objects and therefore results in
Related to #56...
This test is probably not very good, but it's a start.
Would be good to have tests for different scenarios,
not exactly sure what though.
It would be useful to implement some sort of benchmarks that can run in GitHub Actions.
Without benchmarks, it's difficult to know whether a change has a positive or negative impact on performance.
The new diffing algorithm ran faster in my tests, but in the real world maybe it allocates more objects and therefore results in
It would be nice to have benchmarks for:
Could maybe use https://ruby-prof.github.io/ to get the numbers.
The text was updated successfully, but these errors were encountered: