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

6 lines
84 B
Text
Raw Permalink Normal View History

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