100 000
This commit is contained in:
parent
f6f4edd7bd
commit
3315118690
3 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
|
@ -9,7 +9,7 @@ function jsTest() {
|
|||
|
||||
const start = performance.now();
|
||||
|
||||
for (let a = 0; a < 1000; a++) {
|
||||
for (let a = 0; a < 100000 ; a++) {
|
||||
h = c.toUpperCase();
|
||||
j = h.toLowerCase();
|
||||
c = j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue