0.0.1 • Published 7 years ago

metal-perf v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

Chart

Set Up

  1. Install NodeJS >= v0.12.0, if you don't have it yet.
  2. Install global dependencies:
    [sudo] npm install -g gulp
  3. Install local dependencies:
    npm install && bower install
  4. Build the code:
    gulp build

Usage

To run the existing experiments or add more you just need to:

  1. Run the setup explained on the Set Up section.
  2. Open one of the html files inside the tests folder.