11/**
22 * @license
3- * Copyright Google Inc. All Rights Reserved.
3+ * Copyright Google LLC All Rights Reserved.
44 *
55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
99import { $ , browser } from 'protractor' ;
1010import { runBenchmark } from '@angular/dev-infra-private/benchmark/driver-utilities' ;
1111
12- describe ( 'checkbox overview performance benchmarks' , ( ) => {
12+ describe ( 'checkbox performance benchmarks' , ( ) => {
1313 beforeAll ( ( ) => {
1414 browser . rootEl = '#root' ;
1515 } ) ;
1616
1717 it ( 'renders a checked checkbox' , async ( ) => {
1818 await runBenchmark ( {
19- id : 'checkbox-overview- render-checked' ,
19+ id : 'checkbox-render-checked' ,
2020 url : '' ,
2121 ignoreBrowserSynchronization : true ,
2222 params : [ ] ,
@@ -35,7 +35,7 @@ describe('checkbox overview performance benchmarks', () => {
3535
3636 it ( 'renders an unchecked checkbox' , async ( ) => {
3737 await runBenchmark ( {
38- id : 'checkbox-overview- render-unchecked' ,
38+ id : 'checkbox-render-unchecked' ,
3939 url : '' ,
4040 ignoreBrowserSynchronization : true ,
4141 params : [ ] ,
@@ -51,7 +51,7 @@ describe('checkbox overview performance benchmarks', () => {
5151
5252 it ( 'renders an indeterminate checkbox' , async ( ) => {
5353 await runBenchmark ( {
54- id : 'checkbox-overview- render-indeterminate' ,
54+ id : 'checkbox-render-indeterminate' ,
5555 url : '' ,
5656 ignoreBrowserSynchronization : true ,
5757 params : [ ] ,
@@ -70,7 +70,7 @@ describe('checkbox overview performance benchmarks', () => {
7070
7171 it ( 'updates from unchecked to checked' , async ( ) => {
7272 await runBenchmark ( {
73- id : 'checkbox-overview- click-unchecked-to-checked' ,
73+ id : 'checkbox-click-unchecked-to-checked' ,
7474 url : '' ,
7575 ignoreBrowserSynchronization : true ,
7676 params : [ ] ,
@@ -89,7 +89,7 @@ describe('checkbox overview performance benchmarks', () => {
8989
9090 it ( 'updates from checked to unchecked' , async ( ) => {
9191 await runBenchmark ( {
92- id : 'checkbox-overview- click-checked-to-unchecked' ,
92+ id : 'checkbox-click-checked-to-unchecked' ,
9393 url : '' ,
9494 ignoreBrowserSynchronization : true ,
9595 params : [ ] ,
0 commit comments