BenchmarkResult Data Type

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

Example

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