Feature description
A close relative of #107. LAMBKIN relies on RobotFramework for process orchestration, which under normal circumstances will stop execution on first failure. This is sensible for a test but not for a benchmark. Long running benchmarks should try to collect as much data as possible before crashing, as the cost of a restart is too high.
Implementation considerations
RobotFramework has some support for continue-on-failure semantics.
Feature description
A close relative of #107. LAMBKIN relies on RobotFramework for process orchestration, which under normal circumstances will stop execution on first failure. This is sensible for a test but not for a benchmark. Long running benchmarks should try to collect as much data as possible before crashing, as the cost of a restart is too high.
Implementation considerations
RobotFramework has some support for continue-on-failure semantics.