BenchmarkResult Data Type

Subtypes
SysbenchCPUBenchmark
Properties
name data type description
host string
delta string
end string
vmType string
cloudDeploymentDomain string
start string
Properties inherited from OwnedObject
owner string
id string
timestamp number

Example

{
  "host" : "...",
  "delta" : "...",
  "end" : "...",
  "vmType" : "...",
  "cloudDeploymentDomain" : "...",
  "start" : "...",
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad",
  "timestamp" : 12345
}