RosettaCodeData/Task/Time-a-function/Ioke/time-a-function.ioke

6 lines
84 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
use("benchmark")
func = method((1..50000) reduce(+))
Benchmark report(1, 1, func)