BenchmarkResult Data Type

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

Example

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