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() {
|
||||
return " run data = [derived values in brackets]\n" +
|
||||
" specifier = '" + spec + "'\n" +
|
||||
" cycles = [" + min + ".." + max + ")\n" +
|
||||
" threads = " + threads + "\n" +
|
||||
" min = " + min + "\n" +
|
||||
" max = " + max + "\n" +
|
||||
" [count] = " + (max - min) + "\n" +
|
||||
" [count/thread] = " + (max - min) + "\n" +
|
||||
" [total] = " + (max - min) * threads + "\n" +
|
||||
" buffersize = " + buffersize + "\n" +
|
||||
" [totalGenTimeMs] = " + totalGenTimeMs + "\n" +
|
||||
" [totalCmpTimeMs] = " + totalCmpTimeMs + "\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user