Skip to content

Benchmarks #56

@aalin

Description

@aalin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions