commit
d4feed3480
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ let time1 = 0;
|
|||
let time2 = 0;
|
||||
|
||||
*!*
|
||||
// run bench(upperSlice) and bench(upperLoop) each 10 times alternating
|
||||
// run bench(diffSubtract) and bench(diffGetTime) each 10 times alternating
|
||||
for (let i = 0; i < 10; i++) {
|
||||
time1 += bench(diffSubtract);
|
||||
time2 += bench(diffGetTime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue