BenchmarkResult Data Type

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

Example

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