2014-12-22 20:50:10 -05:00
|
|
|
var config = exports.config = require('./protractor-perf-shared.js').config;
|
|
|
|
config.baseUrl = 'http://localhost:8001/';
|
2015-01-08 17:20:05 -05:00
|
|
|
config.params.lang = 'js';
|
2015-01-27 12:53:22 -05:00
|
|
|
|
|
|
|
// TODO: remove exclusion when JS verison of scrolling benchmark is available
|
|
|
|
config.exclude = config.exclude || [];
|
|
|
|
config.exclude.push('dist/cjs/e2e_test/benchmarks_external/e2e_test/naive_infinite_scroll_perf.js');
|