- use performance log of chromedriver / appium to get timeline data for calculating metrics for benchmarks - change all benchmarks to be made of a standalone application and a protractor test that collectes timeline data - fix and simplify benchmarks - add dart2js to build - remove benchpress Closes #330
16 lines
257 B
YAML
16 lines
257 B
YAML
name: benchmarks
|
|
environment:
|
|
sdk: '>=1.4.0'
|
|
dependencies:
|
|
facade:
|
|
path: ../facade
|
|
di:
|
|
path: ../di
|
|
reflection:
|
|
path: ../reflection
|
|
core:
|
|
path: ../core
|
|
change_detection:
|
|
path: ../change_detection
|
|
browser: '>=0.10.0 <0.11.0'
|