File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ export const benchSwapRows = new (class extends CPUBenchmarkPuppeteer {
120
120
await clickElement ( page , "pierce/#run" ) ;
121
121
await checkElementExists ( page , "pierce/tbody>tr:nth-of-type(1000)>td:nth-of-type(1)" ) ;
122
122
for ( let i = 0 ; i <= config . WARMUP_COUNT ; i ++ ) {
123
- let text = i % 2 == 0 ? "2" : "999" ;
124
- await clickElement ( page , "pierce/#swaprows" ) ;
125
- await checkElementContainsText ( page , "pierce/tbody>tr:nth-of-type(999)>td:nth-of-type(1)" , text ) ;
123
+ let text = i % 2 == 0 ? "2" : "999" ;
124
+ await clickElement ( page , "pierce/#swaprows" ) ;
125
+ await checkElementContainsText ( page , "pierce/tbody>tr:nth-of-type(999)>td:nth-of-type(1)" , text ) ;
126
126
}
127
127
}
128
128
async run ( page : Page ) {
You can’t perform that action at this time.
0 commit comments