BenchmarkResult Data Type

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

Example

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