BenchmarkResult Data Type

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

Example

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