This commit is contained in:
Eugene 2025-12-03 12:51:29 +03:00
parent da1b731948
commit 2e417fcf81
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ bench
}) })
.add(`size() (x${LOOP_FACTOR})`, () => { .add(`size() (x${LOOP_FACTOR})`, () => {
for (let k = 0; k < LOOP_FACTOR; k++) { for (let k = 0; k < LOOP_FACTOR; k++) {
setForGet.size(); setForGet.size;
} }
}) })
.add('clear() (on 1000 elements)', () => { .add('clear() (on 1000 elements)', () => {