ember-performance icon indicating copy to clipboard operation
ember-performance copied to clipboard

Add more performance tests

Open GavinJoyce opened this issue 8 years ago • 3 comments

From @stefanpenner's comment:


image


I'm planning to add more comprehensive tests to ember-performance soon. Please let me know if there are any particular tests that you would like to see.

Some requests from the comments below:

  • [ ] Ember Data performance tests

GavinJoyce avatar Sep 16 '15 12:09 GavinJoyce

Ember Data performance tests might be interesting too, they could be in a separate repository though.

topaxi avatar Sep 16 '15 13:09 topaxi

I have some serious performance issues with ember-data loading thousands of records with relationships... And switching the API, adapters and serializers to JSON-API results in a 4x slow down compared to using the data in REST API format (with ember-data 2.0.0). I was thinking of trying to provide an example of this and am happy to help if you have an idea how we can benchmark the two different approaches (I imagine we'd need two sets of models, serializers, adapters and fixture JSON)...

vitch avatar Sep 16 '15 14:09 vitch

I'd like to see more tests covering:

  • initial render of complex nested templates and rerenders where the data changes.
  • Route transitions
  • creation and invalidation/recomputation of computed properties
  • application boot time

GavinJoyce avatar Sep 16 '15 20:09 GavinJoyce