[Java] Refined the output of Java DbBenchmark.
This commit is contained in:
parent
93f2643656
commit
e883407ead
@ -802,7 +802,9 @@ public class DbBenchmark {
|
||||
}
|
||||
String extra = "";
|
||||
if (benchmark.indexOf("read") >= 0) {
|
||||
extra = String.format(" %s / %s found; ", stats.found_, reads_);
|
||||
extra = String.format(" %d / %d found; ", stats.found_, stats.done_);
|
||||
} else {
|
||||
extra = String.format(" %d ops done; ", stats.done_);
|
||||
}
|
||||
|
||||
System.out.printf(
|
||||
|
Loading…
Reference in New Issue
Block a user