Skip to content

Commit

Permalink
Add SciMLBenchmarks to the manifest and the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 26, 2024
1 parent babe239 commit 4791b1f
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 57 deletions.
7 changes: 5 additions & 2 deletions benchmarks/OptimizationCUTEst/CUTEst.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ using OptimizationMOI: MOI as MOI
using DataFrames
using Plots
using StatsPlots

plotlyjs() # Facilitating interaction with the resulting plots
```

# Benchmarks
Expand Down Expand Up @@ -208,4 +206,9 @@ quad_results = run_benchmarks(quad_problems, optimizers)
ylabel = "secs.",
title = "Time to solution by optimizer and number of vars",
)
```

```julia, echo = false
using SciMLBenchmarks
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
```
Loading

0 comments on commit 4791b1f

Please sign in to comment.