Mir

Code review comment for lp:~mir-team/mir/enable-dynamic-buffer-queue

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

> In TEST_F(BufferQueueTest, slow_client_framerate_matches_compositor) we're
> removing the expectation ASSERT_THAT(client_frames, Lt(compose_frames * 1.2f))
> - which means we're no longer validating that the "client framerate matches
> compositor".
>
> Maybe we just need a better name for the test?

I've added back the upper bound assertion.

« Back to merge proposal