igt/gem_exec_nop: Correct %3.f typo

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-04-15 10:57:33 +01:00
parent 7bd4f918c4
commit 082fb26ce9

View File

@ -188,7 +188,7 @@ static void all(int fd, uint32_t handle, int timeout)
* engine, but we should equally not go any slower.
*/
igt_assert_f(time < max + 10*min/9, /* ensure parallel execution */
"Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %3.fus; limit set at %.3fus)\n",
"Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %.3fus; limit set at %.3fus)\n",
time, min, max, max + 10*min/9);
}