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

Commit 843f5eb3 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 5054 into donut

* changes:
  Rollback the number of loop in the memory stress test
parents 864ef233 32742025
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase<Medi

    private SQLiteDatabase mDB;
    private SurfaceHolder mSurfaceHolder = null;
    private static final int NUM_STRESS_LOOP = 1;
    private static final int NUM_PLAYBACk_IN_EACH_LOOP = 2;
    private static final int NUM_STRESS_LOOP = 10;
    private static final int NUM_PLAYBACk_IN_EACH_LOOP = 20;
    private static final long MEDIA_STRESS_WAIT_TIME = 5000; //5 seconds
    private static final String MEDIA_MEMORY_OUTPUT =
        "/sdcard/mediaMemOutput.txt";