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 @@ func fib(n uint) uint {
|
||||
|
||||
func main() {
|
||||
sum := 1
|
||||
for sum < 1000 {
|
||||
for sum < 100 {
|
||||
sum += 1
|
||||
fib( 20 )
|
||||
}
|
||||
|
Reference in New Issue
Block a user