Integrate your benchmarks and systems into the HOBBIT platform in 5 minutes. This repository contains all types of HOBBIT-compatible components and number of tests, required to debug components locally without having a running instance of the platform. 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. You may specify input parameters models for benchmark and system you are running.
Features
- The repository may be cloned and used as HOBBIT-compatible basis for the future project
- This repository contains all types of HOBBIT-compatible components and number of tests
- Integrate your benchmarks and systems
- Debug components locally without having a running instance of the platform
- Debug components either as pure java codes or being packaged into docker containers
- Fully tested docker images may be uploaded and executed in the online platform without any modifications