Skip to content

Commit

Permalink
Fixed HTML header
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyungyang authored and DaGeRe committed Oct 13, 2024
1 parent 560b408 commit 63cbe40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public GenerateHtmlTableStage(final Path tablePath) {
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();
Expand Down

0 comments on commit 63cbe40

Please sign in to comment.