Skip to content

Commit f4941a0

Browse files
authored
Update benchmark.jl
1 parent 857fd4e commit f4941a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

perf/benchmark.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ function benchmark_driver!(f, x...; f_displayname=string(f))
3535
verbose && print("#produce=", c, "; ");
3636
end
3737
# Note that we need to pass `f` instead of `tf` to avoid
38-
# default continuation in `TapedTask` constructor
38+
# default continuation in `TapedTask` constructor, see, e.g.
39+
# https://github.com/TuringLang/Libtask.jl/pull/135
3940
f_task(f, x; verbose=true) # print #produce calls
4041
@btime $f_task($f, $x)
4142
GC.gc()

0 commit comments

Comments
 (0)