Tweak the output of the load test result-merge utility

This commit is contained in:
j2blake 2011-05-20 16:09:14 +00:00
parent 5c22e19580
commit 791bc52560

View file

@ -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>&nbsp;</th>"); w.println(" <th>&nbsp;</th>");