metal-perf
v0.0.1
Published
Performance tests for Metal.js
Downloads
4
Readme
metal-perf
This repo is used to help measure performance of Metal.js, as well as compare it with other libraries like YUI and React.
Chart
The following chart shows the latest test results while comparing a simple list component implemented using different libraries.
Set Up
- Install NodeJS >= v0.12.0, if you don't have it yet.
- Install global dependencies:
[sudo] npm install -g gulp
- Install local dependencies:
npm install && bower install
- Build the code:
gulp build
Usage
To run the existing experiments or add more you just need to: