This commit is contained in:
PanSi21 2025-01-05 01:24:35 +01:00
parent f6f4edd7bd
commit 3315118690
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 755F8874C65EF462
3 changed files with 2 additions and 2 deletions

View file

@ -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;

Binary file not shown.

2
test.c
View file

@ -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);