mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make virtdata microbench easier to read
This commit is contained in:
parent
6d93155ce1
commit
842cca0d9d
@ -42,10 +42,10 @@ public class RunData {
|
|||||||
public String toString() {
|
public String toString() {
|
||||||
return " run data = [derived values in brackets]\n" +
|
return " run data = [derived values in brackets]\n" +
|
||||||
" specifier = '" + spec + "'\n" +
|
" specifier = '" + spec + "'\n" +
|
||||||
|
" cycles = [" + min + ".." + max + ")\n" +
|
||||||
" threads = " + threads + "\n" +
|
" threads = " + threads + "\n" +
|
||||||
" min = " + min + "\n" +
|
" [count/thread] = " + (max - min) + "\n" +
|
||||||
" max = " + max + "\n" +
|
" [total] = " + (max - min) * threads + "\n" +
|
||||||
" [count] = " + (max - min) + "\n" +
|
|
||||||
" buffersize = " + buffersize + "\n" +
|
" buffersize = " + buffersize + "\n" +
|
||||||
" [totalGenTimeMs] = " + totalGenTimeMs + "\n" +
|
" [totalGenTimeMs] = " + totalGenTimeMs + "\n" +
|
||||||
" [totalCmpTimeMs] = " + totalCmpTimeMs + "\n" +
|
" [totalCmpTimeMs] = " + totalCmpTimeMs + "\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user