| 
									
										
										
										
											2015-02-05 14:35:00 -08:00
										 |  |  | var perfUtil = require('../../angular2/e2e_test/perf_util'); | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | describe('ng2 change detection benchmark', function () { | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-02 16:25:34 -08:00
										 |  |  |   var URL = 'benchmarks/src/change_detection/change_detection_benchmark.html'; | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |   afterEach(perfUtil.verifyNoBrowserErrors); | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |   it('should log ng stats (dynamic)', function() { | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |       buttons: ['#ng2ChangeDetectionDynamic'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.dynamic', | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |       params: [{ | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |         name: 'numberOfChecks', value: 900000, scale: 'linear' | 
					
						
							|  |  |  |       }] | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   it('should log ng stats (jit)', function() { | 
					
						
							|  |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							|  |  |  |       buttons: ['#ng2ChangeDetectionJit'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.jit', | 
					
						
							|  |  |  |       params: [{ | 
					
						
							|  |  |  |         name: 'numberOfChecks', value: 900000, scale: 'linear' | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |       }] | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   it('should log baseline stats', function() { | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |       buttons: ['#baselineChangeDetection'], | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |       id: 'baseline.changeDetection', | 
					
						
							|  |  |  |       params: [{ | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |         name: 'numberOfChecks', value: 900000, scale: 'linear' | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |       }] | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | }); |