...The repository may be cloned and used as a HOBBIT-compatible basis for the future project (benchmark or system). The tests allow developers to debug components either as pure java codes or packaged into docker containers. Fully tested docker images may be uploaded and executed in the online platform without any modifications. Please find the basic benchmark component implementations in the sources folder. You may extend the components with logic of your benchmark and debug the components as pure java codes by running the make test-benchmark command or execute checkHealth() method from ExampleBenchmarkTest) in IDE. ...