Skip to content
Snippets Groups Projects
Verified Commit 215ee919 authored by Shinhyung Yang's avatar Shinhyung Yang
Browse files

Fixed HTML header

parent 560b4086
Branches KIEKER-1990
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ public class GenerateHtmlTableStage extends AbstractTransformation<TableInformat
protected void execute(final TableInformation tableInformation) throws Exception {
String content = "<table>\n" + " <tr>\n" + " <th>setup</th>\n" + " <th>run</th>\n"
+ " <th>mean</th>\n" + " <th>ci</th>\n" + " <th>sd</th>\n" + " <th>1.quartile</th>\n"
+ " <th>median</th>\n" + " <th>3.quartile</th>\n" + " <th>min</th>\n" + " <th>max</th>\n"
+ " <th>median</th>\n" + " <th>3.quartile</th>\n" + " <th>max</th>\n" + " <th>min</th>\n"
+ " </tr>\n";
final Set<String> currentKeySet = tableInformation.getCurrent().getMeasurements().keySet();
final Set<String> previousKeySet = tableInformation.getPrevious().getMeasurements().keySet();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment