BenchmarkResult Data Type

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

Example

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