add simple loop bench
fiddled with run numbers a bit recording times with noop removed results slightly worse than hoped
This commit is contained in:
@ -10,7 +10,7 @@ int fibo_r(int n)
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int counter = 1000;
|
||||
int counter = 100;
|
||||
int fib ;
|
||||
while(counter--) {
|
||||
fib += fibo_r(20);
|
||||
|
Reference in New Issue
Block a user