Searched defs:oneTestResult (Results 1 – 1 of 1) sorted by relevance
178 type oneTestResult struct { struct179 WithoutFlushMS []float32 `json:"without_flush_ms"`180 WithFlushMS []float32 `json:"with_flush_ms"`181 TotalFrameMS []float32 `json:"total_frame_ms"`245 func calculatePerfFromTest(metrics oneTestResult) (map[string]float32, error) {