Skip to content

stefanpenner/fastboot-leaktest

 
 

Repository files navigation

Leaktest

This is a test app for reproducing memory leaks in Ember FastBoot.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:joshvfleming/fastboot-leaktest.git this repository
  • change into the new directory
  • npm install
  • bower install
  • Select "ember#canary" in the previous step if given an option.

Running

First, build the client app in prod mode.

ember build -prod

Then reproduce the leak by running the following script:

node scripts/test.js

Now monitor memory usage with the profiler of your choice.

About

Test app for reproducing Ember fastboot memory leaks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • HTML 16.0%
  • Handlebars 7.9%