From 331511869075bc4755c38f73099236071b9d1329 Mon Sep 17 00:00:00 2001 From: PanSi21 Date: Sun, 5 Jan 2025 01:24:35 +0100 Subject: [PATCH] 100 000 --- index.js | 2 +- libtesticolo.so | Bin 15616 -> 15616 bytes test.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 98bab86..db5618b 100644 --- a/index.js +++ b/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; diff --git a/libtesticolo.so b/libtesticolo.so index 00e1e4fab243d6c90a0f4de3519e3a0218d4a38c..4f98f1aefbbfbc679a260d260c98e5402cc9d5b2 100755 GIT binary patch delta 42 zcmV+_0M-A1dVqSc*a8%WXFeriwCt`SwR1Tay-Ur)(B&et>;h&F1D}QgvsDtSDx^;m A#{d8T delta 42 ycmZpuYN*<9gGuD<^#rfv4XJUx!9SYJavz0F6f~K(`3+MVKl5{DhRvZutF-{DIuc3% diff --git a/test.c b/test.c index e243f87..9deaf81 100644 --- a/test.c +++ b/test.c @@ -5,7 +5,7 @@ int testicolo( void ) { char c[] = "qwertyuiopasdfghjkllzxcvbnm123456789mnbvcxzlkjhgfdsapoiuytrewq1234567890"; - for(int a=0;a<1000;a++){ + for(int a=0;a<100000;a++){ parseH(&c); parseL(&c); // printf("%s",c);