commit | a8427802f5e357a31fdcf575c7f373cdd9ff88f5 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon May 10 17:47:50 2021 -0400 |
committer | John Reck <jreck@google.com> | Tue May 11 12:26:18 2021 -0400 |
tree | f18317d13d4f87dc8b44b25de5273415c6ff78a8 | |
parent | b04efdff7045dfe585b7dbc9571dd95b0e35f204 [diff] [blame] |
Add a stretchy benchmark Test: this Bug: 187718492 Change-Id: Idaf3a90567a4f90c7089159b496ddf4aac24bf05
diff --git a/libs/hwui/tests/common/TestScene.h b/libs/hwui/tests/common/TestScene.h index 91022cf..eaf5988 100644 --- a/libs/hwui/tests/common/TestScene.h +++ b/libs/hwui/tests/common/TestScene.h
@@ -35,7 +35,8 @@ class TestScene { public: struct Options { - int count = 0; + int frameCount = 150; + int repeatCount = 1; int reportFrametimeWeight = 0; bool renderOffscreen = true; };