Skip to content

Commit b19b10b

Browse files
authored
Update benchmark.jl
1 parent 2907f03 commit b19b10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/benchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function benchmark_driver!(f, x...; f_displayname=string(f))
88
x = (x..., nothing)
99

1010
println("benchmarking $(f_displayname)...")
11-
tf = Libtask.TapedFunction(f, x...)
11+
tf = Libtask.TapedTask(nothing, f, x...)
1212

1313
print(" Run Original Function:")
1414
@btime $f($(x)...)

0 commit comments

Comments
 (0)