hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

Cache the list of known benchmarks and systems #549

Open denkv opened 11 months ago

denkv commented 11 months ago

User story

I need to submit an experiment again after something goes wrong and controller restarts, but controller needs to prepare the list of all benchmarks and systems again before experiment can be set up.

Solution

Cache the list of benchmarks and systems and use it after startup until the up-to-date list is ready.

Additional context https://github.com/hobbit-project/platform/issues/383