* {@inheritDoc}
*/
@Override
public void execute(ExecutionEnvironment<SimpleContext> executionEnvironment) {
// Invoke execution method.
SimpleContext ctx = executionEnvironment.getContext();
ctx.touch();
executionEnvironment.setContext(ctx);
// Save time information
//TODO restore !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
//BenchmarkSupport.reportExecution(reportBuffer, new ExecMark(execId, submitMs, submitNs));