diff --git a/docs/Project.toml b/docs/Project.toml index 1740df7..c1458d3 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,5 +15,5 @@ SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a" SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843" [compat] -ADNLPModels = "0.2" +ADNLPModels = "0.3" Documenter = "0.26" diff --git a/docs/src/benchmark.md b/docs/src/benchmark.md index cabd846..54e9603 100644 --- a/docs/src/benchmark.md +++ b/docs/src/benchmark.md @@ -51,7 +51,7 @@ using JLD2 @save "trunk_cannoles_$(string(length(problems))).jld2" stats ``` The result of the benchmark can be explored via tables, -``` @example ex1 +```julia pretty_stats(stats[:cannoles]) ``` or it can also be used to make performance profiles.