fix typo
This commit is contained in:
parent
d4b3c135cc
commit
cf6be9490b
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ let time1 = 0;
|
||||||
let time2 = 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++) {
|
for (let i = 0; i < 10; i++) {
|
||||||
time1 += bench(diffSubtract);
|
time1 += bench(diffSubtract);
|
||||||
time2 += bench(diffGetTime);
|
time2 += bench(diffGetTime);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue