fix(benchmarks): recreate setup for running benchmarks

This commit is contained in:
Tobias Bosch
2016-08-30 09:29:39 -07:00
parent 2ab07d9418
commit 6dceaf209d
13 changed files with 254 additions and 94 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ if (platform == 'node') {
processOutputEmitterCodeGen,
[
'node', 'dist/tools/cjs-jasmine', '--', '@angular/**/*_spec.js',
'@angular/compiler-cli/test/**/*_spec.js',
'@angular/benchpress/test/**/*_spec.js'
'@angular/compiler-cli/test/**/*_spec.js', '@angular/benchpress/test/**/*_spec.js'
]
]
},