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();
|
const start = performance.now();
|
||||||
|
|
||||||
for (let a = 0; a < 1000; a++) {
|
for (let a = 0; a < 100000 ; a++) {
|
||||||
h = c.toUpperCase();
|
h = c.toUpperCase();
|
||||||
j = h.toLowerCase();
|
j = h.toLowerCase();
|
||||||
c = j;
|
c = j;
|
||||||
|
|
|
||||||
BIN
libtesticolo.so
BIN
libtesticolo.so
Binary file not shown.
2
test.c
2
test.c
|
|
@ -5,7 +5,7 @@ int testicolo( void ) {
|
||||||
|
|
||||||
char c[] = "qwertyuiopasdfghjkllzxcvbnm123456789mnbvcxzlkjhgfdsapoiuytrewq1234567890";
|
char c[] = "qwertyuiopasdfghjkllzxcvbnm123456789mnbvcxzlkjhgfdsapoiuytrewq1234567890";
|
||||||
|
|
||||||
for(int a=0;a<1000;a++){
|
for(int a=0;a<100000;a++){
|
||||||
parseH(&c);
|
parseH(&c);
|
||||||
parseL(&c);
|
parseL(&c);
|
||||||
// printf("%s",c);
|
// printf("%s",c);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue