| 
									
										
										
										
											2015-03-02 14:01:02 -08:00
										 |  |  | var perfUtil = require('angular2/src/test_lib/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-04-06 07:52:49 -07:00
										 |  |  |   it('should log ng stats (dynamic, reads)', function(done) { | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							| 
									
										
										
										
											2015-04-06 07:52:49 -07:00
										 |  |  |       buttons: ['#ng2ChangeDetectionDynamicReads'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.dynamic.reads', | 
					
						
							| 
									
										
										
										
											2015-03-27 10:37:02 -07:00
										 |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2015-02-11 10:13:49 -08:00
										 |  |  |     }).then(done, done.fail); | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-06 07:52:49 -07:00
										 |  |  |   it('should log ng stats (dynamic, writes)', function(done) { | 
					
						
							| 
									
										
										
										
											2015-01-27 18:01:05 -08:00
										 |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							| 
									
										
										
										
											2015-04-06 07:52:49 -07:00
										 |  |  |       buttons: ['#ng2ChangeDetectionDynamicWrites'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.dynamic.writes', | 
					
						
							| 
									
										
										
										
											2015-03-27 10:37:02 -07:00
										 |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2015-02-11 10:13:49 -08:00
										 |  |  |     }).then(done, done.fail); | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-06 07:52:49 -07:00
										 |  |  |   it('should log ng stats (jit, reads)', function(done) { | 
					
						
							| 
									
										
										
										
											2015-01-09 18:00:04 -08:00
										 |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							| 
									
										
										
										
											2015-04-06 07:52:49 -07:00
										 |  |  |       buttons: ['#ng2ChangeDetectionJitReads'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.jit.reads', | 
					
						
							|  |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     }).then(done, done.fail); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   it('should log ng stats (jit, writes)', function(done) { | 
					
						
							|  |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							|  |  |  |       buttons: ['#ng2ChangeDetectionJitWrites'], | 
					
						
							|  |  |  |       id: 'ng2.changeDetection.jit.writes', | 
					
						
							|  |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     }).then(done, done.fail); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   it('should log baseline stats (create)', function(done) { | 
					
						
							|  |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							|  |  |  |       buttons: ['#baselineChangeDetectionReads'], | 
					
						
							|  |  |  |       id: 'baseline.changeDetection.reads', | 
					
						
							|  |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     }).then(done, done.fail); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   it('should log baseline stats (update)', function(done) { | 
					
						
							|  |  |  |     perfUtil.runClickBenchmark({ | 
					
						
							|  |  |  |       url: URL, | 
					
						
							|  |  |  |       buttons: ['#baselineChangeDetectionWrites'], | 
					
						
							|  |  |  |       id: 'baseline.changeDetection.writes', | 
					
						
							| 
									
										
										
										
											2015-03-27 10:37:02 -07:00
										 |  |  |       params: [ | 
					
						
							|  |  |  |         {name: 'numberOfChecks', value: 900000}, | 
					
						
							|  |  |  |         {name: 'iterations', value: 20, scale: 'linear'} | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       microMetrics: { | 
					
						
							|  |  |  |         'detectChangesAvg': 'avg time to detect changes (ms)' | 
					
						
							|  |  |  |       } | 
					
						
							| 
									
										
										
										
											2015-02-11 10:13:49 -08:00
										 |  |  |     }).then(done, done.fail); | 
					
						
							| 
									
										
										
										
											2014-12-22 17:50:10 -08:00
										 |  |  |   }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | }); |