Skip to content

Commit 84ae3f4

Browse files
committed
fix jacobian call in benchmarks
1 parent e708edb commit 84ae3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ for f in DiffBase.ARRAY_TO_ARRAY_FUNCS
5555

5656
out = DiffBase.JacobianResult(y, x)
5757
cfg = ForwardDiff.JacobianConfig(nothing, y, x)
58-
fjac[length(x)] = @benchmarkable ForwardDiff.jacobian!($out, $f, $x, $cfg)
58+
fjac[length(x)] = @benchmarkable ForwardDiff.jacobian!($out, $f, $y, $x, $cfg)
5959
end
6060
end

0 commit comments

Comments
 (0)