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 2907f03 commit b19b10bCopy full SHA for b19b10b
perf/benchmark.jl
@@ -8,7 +8,7 @@ function benchmark_driver!(f, x...; f_displayname=string(f))
8
x = (x..., nothing)
9
10
println("benchmarking $(f_displayname)...")
11
- tf = Libtask.TapedFunction(f, x...)
+ tf = Libtask.TapedTask(nothing, f, x...)
12
13
print(" Run Original Function:")
14
@btime $f($(x)...)
0 commit comments