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++) {
|
for (int i = 0; i < howManyToCompare; i++) {
|
||||||
switch (i) {
|
switch (i) {
|
||||||
case 0:
|
case 0:
|
||||||
w.println(" <th>vs 1.1.1</th>");
|
w.println(" <th>vs 1.2</th>");
|
||||||
break;
|
|
||||||
case 1:
|
|
||||||
w.println(" <th>vs RDB</th>");
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
w.println(" <th> </th>");
|
w.println(" <th> </th>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue