Skip to content

Commit

Permalink
Add more benchmark: jac and hess (#251)
Browse files Browse the repository at this point in the history
* update grad and problem set

* jac benchmark

* hess benchmark
  • Loading branch information
tmigot authored Jun 20, 2024
1 parent 7b0eaf8 commit 86f6ad6
Show file tree
Hide file tree
Showing 16 changed files with 2,574 additions and 956 deletions.
2,159 changes: 2,159 additions & 0 deletions benchmark/Manifest.toml

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions benchmark/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
BenchmarkProfiles = "ecbce9bc-3e5e-569d-9e29-55181f61f8d0"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
OptimizationProblems = "5049e819-d29b-5fba-b941-0eee7e64c1c6"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
OptimizationProblems = "0.8"
9 changes: 9 additions & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ include("problems_sets.jl")
const SUITE = BenchmarkGroup()

include("gradient/benchmarks_gradient.jl")

include("jacobian/benchmarks_coloring.jl")
include("jacobian/benchmarks_jacobian.jl")
include("jacobian/benchmarks_jacobian_residual.jl")

include("hessian/benchmarks_coloring.jl")
include("hessian/benchmarks_hessian.jl")
include("hessian/benchmarks_hessian_lagrangian.jl")
# include("hessian/benchmarks_hessian_residual.jl")
Loading

0 comments on commit 86f6ad6

Please sign in to comment.