diff --git a/modules/benchmarks/e2e_test/compiler_perf.ts b/modules/benchmarks/e2e_test/compiler_perf.ts index 61e642f720..052082c969 100644 --- a/modules/benchmarks/e2e_test/compiler_perf.ts +++ b/modules/benchmarks/e2e_test/compiler_perf.ts @@ -7,6 +7,7 @@ describe('ng2 compiler benchmark', function() { afterEach(verifyNoBrowserErrors); it('should log withBindings stats', function(done) { + browser.sleep(1000); runBenchmark({ url: URL, id: 'ng2.compile.withBindings', @@ -19,6 +20,7 @@ describe('ng2 compiler benchmark', function() { }); it('should log noBindings stats', function(done) { + browser.sleep(1000); runBenchmark({ url: URL, id: 'ng2.compile.noBindings', diff --git a/modules/benchmarks/src/compiler/compiler_benchmark.html b/modules/benchmarks/src/compiler/compiler_benchmark.html index 86a02dad62..26d00701eb 100644 --- a/modules/benchmarks/src/compiler/compiler_benchmark.html +++ b/modules/benchmarks/src/compiler/compiler_benchmark.html @@ -5,7 +5,7 @@