refactor(perf): e2e tests and benchpress should be written in es6

This commit is contained in:
Tobias Bosch
2015-01-06 15:19:22 -08:00
parent 373fd7d04a
commit fe2a09bc7f
17 changed files with 96 additions and 20 deletions

View File

@ -1,5 +1,5 @@
"use strict";
var benchpress = require('../../../../tools/benchpress/benchpress.js');
var benchpress = require('../../../tools/benchpress/index.js');
describe('ng1.x compiler benchmark', function () {

View File

@ -1,5 +1,5 @@
"use strict";
var benchpress = require('../../../../tools/benchpress/benchpress.js');
var benchpress = require('../../../tools/benchpress/index.js');
describe('ng1.x tree benchmark', function () {