BenchmarkResult Data Type

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

Example

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