Tweak the output of the load test result-merge utility
This commit is contained in:
parent
5c22e19580
commit
791bc52560
1 changed files with 1 additions and 4 deletions
|
@ -89,10 +89,7 @@ public class OutputMarshaller2 {
|
|||
for (int i = 0; i < howManyToCompare; i++) {
|
||||
switch (i) {
|
||||
case 0:
|
||||
w.println(" <th>vs 1.1.1</th>");
|
||||
break;
|
||||
case 1:
|
||||
w.println(" <th>vs RDB</th>");
|
||||
w.println(" <th>vs 1.2</th>");
|
||||
break;
|
||||
default:
|
||||
w.println(" <th> </th>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue