krisselden / ember-macro-benchmark

Benchmark recording of an ember app with running with 2 versions of Ember.
25 stars 9 forks source link

[EXPERIMENT][DO-NOT-MERGE] Decorators #33

Open pzuraq opened 5 years ago

pzuraq commented 5 years ago

This PR is not meant for merging, it contains the setup for an experiment benchmarking decorators in Ember. It contains 4 dists:

Ember Concurrency is included here because it had to be updated for the changes to decorators internally in Ember. The decorators-refactor-with-junk-code dist is the same as the decorators-refactor, but has an extra ~70kb of code copied into an unused function in order to attempt to match the increased payload size of the native-classes dist (search for function foo to find it).