We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6022a4 + c8f2bb7 commit 568c8bfCopy full SHA for 568c8bf
1 file changed
benchmark/TensorAlgebraBenchmarks/TensorAlgebraBenchmarks.jl
@@ -47,5 +47,5 @@ A = A + A' + I3
47
48
SUITE["Tensor algebra"]["δδ_μ_2d"] = @benchmarkable δᵢₖδⱼₗ2D + δᵢₗδⱼₖ2D
49
SUITE["Tensor algebra"]["δδ_λ_2d"] = @benchmarkable 1.0 * δᵢⱼδₖₗ2D
50
-SUITE["Tensor algebra"]["Cofactor"] = cof(A)
51
-SUITE["Tensor algebra"]["Det(A)Inv(A')"] = det(A)*inv(A')
+SUITE["Tensor algebra"]["Cofactor"] = @benchmarkable cof(A)
+SUITE["Tensor algebra"]["Det(A)Inv(A')"] = @benchmarkable det(A)*inv(A')
0 commit comments