Skip to content

chancancode/ember-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember Bench

Requirements

Configurations

projects.json

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

  • app: (required)
    • path: (required) absolute path to the local clone of your Ember app
    • build: (optional) command for building the app, defaults to ember build -prod
  • ember: (optional)
  • glimmer: (optional)

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:

  • name: (required) a name for this experiment
  • app: (required) a revision (SHA), tag, or branch name from your Ember app
  • ember: (optional) a revision (SHA), tag, or branch name from Ember
  • glimmer: (optional) a revision (SHA), tag or branch name from Glimmer. Only used if ember version is also provided.
  • features: (optional) Ember feature flag overrides
  • url: (optional) path to visit, defaults to /

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •