feat(perf): add AngularDart v1 of table scrolling benchmark

This commit is contained in:
yjbanov
2015-01-27 09:53:22 -08:00
parent 474f1768c6
commit 737914061f
17 changed files with 773 additions and 10 deletions

View File

@ -1,3 +1,7 @@
var config = exports.config = require('./protractor-perf-shared.js').config;
config.baseUrl = 'http://localhost:8001/';
config.params.lang = 'js';
// 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');