BenchmarkResult Data Type

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

Example

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