()
| 110 | } |
| 111 | |
| 112 | @Override |
| 113 | public String toString() { |
| 114 | return String.format("%s<%03d>", this.getClass().getSimpleName(), this.getId()); |
| 115 | } |
| 116 | |
| 117 | public final WorkloadConfiguration getWorkloadConfiguration() { |
| 118 | return (this.benchmark.getWorkloadConfiguration()); |
no test coverage detected