df4ac0dd33
- 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
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
var config = exports.config = require('./protractor-perf-shared.js').config;
|
|
config.params.lang = 'dart';
|
|
config.baseUrl = 'http://localhost:8002/';
|