public static class Benchmark.BenchmarkResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
blockSize
The used block size
|
int |
kib
The written kilobytes
|
int |
readMs
How long the read process took (in milliseconds)
|
int |
writeMs
How long the write process took (in milliseconds)
|
| Constructor and Description |
|---|
Benchmark.BenchmarkResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |