Skip to content

Commit 568c8bf

Browse files
authored
Merge pull request #67 from MultiSimOLab/fix-bench
Attempting to fix benchmark
2 parents b6022a4 + c8f2bb7 commit 568c8bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/TensorAlgebraBenchmarks/TensorAlgebraBenchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ A = A + A' + I3
4747

4848
SUITE["Tensor algebra"]["δδ_μ_2d"] = @benchmarkable δᵢₖδⱼₗ2D + δᵢₗδⱼₖ2D
4949
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')
50+
SUITE["Tensor algebra"]["Cofactor"] = @benchmarkable cof(A)
51+
SUITE["Tensor algebra"]["Det(A)Inv(A')"] = @benchmarkable det(A)*inv(A')

0 commit comments

Comments
 (0)