BenchmarkResult Data Type

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

Example

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