updating benchmarks
on the new machine, consistent not rubyx yet
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
setbuf(stdout, NULL); /* to make it equivalent to the typed version, otherwise it caches */
|
||||
int counter = 100352 - 352;
|
||||
int counter = 100000;
|
||||
while(counter--) {
|
||||
printf("Hello there\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user