We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b389311 commit 779aa31Copy full SHA for 779aa31
perf/benchmark.jl
@@ -25,6 +25,7 @@ function benchmark_driver!(f, x...; f_displayname=string(f))
25
26
print(" Run TapedTask: ")
27
x = (x[1:end-1]..., produce);
28
+ tf = Libtask.TapedFunction(f, x...);
29
# show the number of produce calls inside `f`
30
f_task = (tf, x; verbose=false) -> begin
31
tt = TapedTask(tf, x...);
0 commit comments