-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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:
- List insertion
- List removal
- List reorder
- Deeply nested structures
- Periodic updates
Could maybe use https://ruby-prof.github.io/ to get the numbers.
Metadata
Metadata
Assignees
Labels
No labels