Skip to content

OKD: First steps to include online performance plots on cost website

Automatically run a script to create plot of available slots and global alg time vs mu for a run. The option is available only for online runs (tag starts with data)

For now, the option is hidden in "Full metadata" tab. The outcome of the script is not checked at the moment, but more improvements will be added.

Future plans:

  • store plots in a directory
  • add caching (check if plot already exists) and add force rerun
  • include more plots (5 most expensive algs)
  • display plots on the page

The script can be used standalone as well. Unfortunately, seaborn library is not available, so the matplotlib is used.

Tagging @tamartin

Merge request reports