updating benchmarks
on the new machine, consistent not rubyx yet
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
int main(void)
|
||||
{
|
||||
char stringa[20] ;
|
||||
|
||||
int counter = 100352 - 352;
|
||||
int counter = 1000;
|
||||
while(counter--) {
|
||||
sprintf(stringa, "%i\n" , counter);
|
||||
sprintf(stringa, "%i\n" , counter);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user