LinkedInAttic / Fiber

Lightweight JavaScript prototypal inheritance model
Apache License 2.0
280 stars 32 forks source link

Better Performance Tests #17

Open fresheneesz opened 9 years ago

fresheneesz commented 9 years ago

Your performance tests don't say much because they combine constructor creation with instance creation and method calls. I took the time to split those out (and included my library proto). Fiber still does very well:

The other two tests are listed in the description in that test. I recommend switching your "performance test" link to this, because its much more telling.