Better change detection benchmarking #11217
Labels
A-ECS
Entities, components, systems, and events
C-Benchmarks
Stress tests and benchmarks used to measure how fast things are
What problem does this solve or what need does it fill?
The change detection benchmarks we currently have (#4883) don't accurately cover all of the realistic use cases we care about.\
What solution would you like?
We should cover:
We should independently measure both the speed of making the mutations, and the speed of detecting the changes.
Additional context
#11173 improves the reliability of the existing benchmarks, and should be merged first.
This is needed by #4882 and #5097, to evaluate the impacts of changes made to address them.
The text was updated successfully, but these errors were encountered: