RosettaCodeData/Task/Time-a-function/Ioke/time-a-function.ioke
2023-07-01 13:44:08 -04:00

5 lines
84 B
Text

use("benchmark")
func = method((1..50000) reduce(+))
Benchmark report(1, 1, func)