Home

Awesome

Ember Bench

Requirements

Configurations

projects.json

Projects configurations. Start by copying config/projects.json.example to config/projects.json.

experiments.json

Experiments configurations. Start by copying config/projects.json.example to config/projects.json.

This file contains an array of experiments you would like to run.

Each experiment has the following keys:

preload.html

Preloads data for your app. Start by copying config/preload.html.example to config/projects.html.

See the comments in the file for details.

test.ts

The test script. Start by copying test.ts.example (in the root) to test.ts.

You shouldn't have to change much in here.