Increase target frame time in depth compare perf tests
authorPyry Haulos <phaulos@google.com>
Mon, 13 Jul 2015 19:29:01 +0000 (12:29 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 13 Jul 2015 19:29:01 +0000 (12:29 -0700)
Target frame time of 10ms will not work on most systems that have vsync
enabled. Use 33ms / 30fps instead.

Change-Id: Ibd5b8b6b3757c85bf05a666f6ceead6c7145d25c

modules/gles3/performance/es3pDepthTests.cpp

index b1a715c..d10f8d5 100644 (file)
@@ -921,8 +921,8 @@ int RelativeChangeCase::calibrate (void) const
                                                                                                                10, // Max iteration frames
                                                                                                                20.0f, // Iteration shortcut threshold ms
                                                                                                                20, // Max iterations
-                                                                                                               10.0f, // Target frame time
-                                                                                                               15.0f, // Frame time cap
+                                                                                                               33.0f, // Target frame time
+                                                                                                               40.0f, // Frame time cap
                                                                                                                1000.0f // Target measurement duration
                                                                                                                ));