BenchmarkResult Data Type

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

Example

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