mathieuancelin / js-repaint-perfs

Playground to test repaint rates of JS libs
http://mathieuancelin.github.io/js-repaint-perfs/
255 stars 111 forks source link

Is Ember dbmon using Glimmer engine? #57

Closed lhorie closed 7 years ago

lhorie commented 8 years ago

It seems... very slow in comparison with everything else

mathieuancelin commented 8 years ago

I think it's an old version of ember,

so if you have any Ember knowledge, PR are welcome ;-)

Cryrivers commented 8 years ago

@lhorie No as it's using Ember 1.10.0 which is pretty out-dated and cannot reflect real performance of the latest Ember. I'm trying to re-write the benchmark for Ember.

@chilicoder created a PR #97.

mathieuancelin commented 8 years ago

Thanks @Cryrivers :-)

terinjokes commented 8 years ago

@Cryrivers Have you been successful at updating the comparison?

yarigpopov commented 7 years ago

I created a PR #97 for up-to-date version