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 00e1e4f..4f98f1a 100755 Binary files a/libtesticolo.so and b/libtesticolo.so differ 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);