Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5c1d1500 authored by Josh Choo's avatar Josh Choo
Browse files

JankBench: Fix execution of incorrect benchmark



Fullscreen Overdraw should be executed instead of Bitmap Upload.

Change-Id: I2c89ee726fb20bd57d1b5a915738f3f50dae8292
Signed-off-by: default avatarJosh Choo <dev@joshuous.com>
parent ffb51ba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ public class RunLocalBenchmarksActivity extends AppCompatActivity {
                intent = new Intent(getApplicationContext(), EditTextInputActivity.class);
                break;
            case R.id.benchmark_overdraw:
                intent = new Intent(getApplicationContext(), BitmapUploadActivity.class);
                intent = new Intent(getApplicationContext(), FullScreenOverdrawActivity.class);
                break;
            case R.id.benchmark_memory_bandwidth:
                syntheticTestId = 0;