Skip to content

Commit 779aa31

Browse files
authored
Update benchmark.jl
1 parent b389311 commit 779aa31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perf/benchmark.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function benchmark_driver!(f, x...; f_displayname=string(f))
2525

2626
print(" Run TapedTask: ")
2727
x = (x[1:end-1]..., produce);
28+
tf = Libtask.TapedFunction(f, x...);
2829
# show the number of produce calls inside `f`
2930
f_task = (tf, x; verbose=false) -> begin
3031
tt = TapedTask(tf, x...);

0 commit comments

Comments
 (0)