Skip to content

Files

This branch is 136 commits behind Netflix/falcor:master.

performance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 8, 2015
Jul 17, 2015
Jul 8, 2015
Jul 28, 2015
Jan 9, 2016
Jul 27, 2015
Aug 31, 2015
Aug 25, 2015
Aug 25, 2015
Sep 1, 2015
Aug 25, 2015
Aug 25, 2015

Running Performance Tests

  • gulp run perf

     Runs performance tests on configured browsers, and NodeJS, after building bundles.
    
  • gulp perf-all

     Build bundles for browser/device testing.
    

Browser tests are run through Karma, which should be installed locally as an npm devDependency.

All results will be saved to CSV files in the performance/out directory.

More Fine Grained Control

To run tests on other browsers:

karma start --browsers=[comma separated list of browsers]

For example:

karma start --browsers=Firefox, Chrome

It's worth noting that running performance tests in parallel on multiple browsers may impact results.

Updating Performance Tests

  • performance/browser.js

     Defines the tests and configuration to use for browser performance tests.
    
  • performance/node.js

     Defines the tests and configuration to use for NodeJS performance tests.