BenchmarkResult Data Type

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

Example

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