forked from Mirror/wren
For loops!
This commit is contained in:
@ -30,6 +30,8 @@ BENCHMARK("fib", r"""317811
|
||||
317811
|
||||
317811""")
|
||||
|
||||
BENCHMARK("for", r"""1999999000000""")
|
||||
|
||||
BENCHMARK("method_call", r"""true
|
||||
false""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user