feat(benchpress): rewritten implementation

Limitations:
- cloud reporter is not yet supported any more
This commit is contained in:
Tobias Bosch
2015-02-11 10:13:49 -08:00
parent 44845839a6
commit f6284f2a55
78 changed files with 2666 additions and 1018 deletions

View File

@ -1,7 +1,7 @@
var benchpress = require('benchpress/index.js');
var testUtil = require('angular2/e2e_test/test_util');
describe('hello world', function () {
afterEach(benchpress.verifyNoBrowserErrors);
afterEach(testUtil.verifyNoBrowserErrors);
describe('static reflection', function() {
var URL = 'examples/src/hello_world/index_static.html';