Skip to content

Commit

Permalink
Faster Hessian package benchmark (#267)
Browse files Browse the repository at this point in the history
* Update benchmarks_hessian.jl only Float64

* Update benchmarks_hessian_lagrangian.jl  only Float64

* Update benchmarks_hessian_residual.jl only Float64
  • Loading branch information
tmigot authored Jul 7, 2024
1 parent 3513b30 commit 1d114e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/hessian/benchmarks_hessian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using ForwardDiff, SparseConnectivityTracer, SparseMatrixColorings

include("additional_backends.jl")

data_types = [Float32, Float64]
data_types = [Float64]

benchmark_list = [:optimized]

Expand Down
2 changes: 1 addition & 1 deletion benchmark/hessian/benchmarks_hessian_lagrangian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using ForwardDiff, SparseConnectivityTracer, SparseMatrixColorings

include("additional_backends.jl")

data_types = [Float32, Float64]
data_types = [Float64]

benchmark_list = [:optimized]

Expand Down
2 changes: 1 addition & 1 deletion benchmark/hessian/benchmarks_hessian_residual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using ForwardDiff, SparseConnectivityTracer, SparseMatrixColorings

include("additional_backends.jl")

data_types = [Float32, Float64]
data_types = [Float64]

benchmark_list = [:optimized]

Expand Down

0 comments on commit 1d114e0

Please sign in to comment.