From aafcebcc701d0f1df92611e54db13d66d14ea5dc Mon Sep 17 00:00:00 2001 From: tmigot Date: Thu, 11 Aug 2022 16:38:09 +0200 Subject: [PATCH] temporary fix of doc [comment `pretty_stats`] --- docs/Project.toml | 2 +- docs/src/benchmark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.