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

Commit 5aadebf5 authored by Miguel's avatar Miguel
Browse files

Delete timeClonedSimpleDateFormat.

This test has been timing out due to it's long runtime and causing other
tests to fail. Since it is already the simplest it can be we should just
delete it.

Bug: 237633188
Test: atest ExpensiveObjectsPerfTest
Change-Id: Id334fc9bd650206d0433433ff27abd6fab695d0a
parent 030c47cb
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -157,14 +157,6 @@ public class ExpensiveObjectsPerfTest {
        }
    }

    @Test
    public void timeNewSimpleDateFormat() {
        BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
        while (state.keepRunning()) {
            new SimpleDateFormat();
        }
    }

    @Test
    public void timeClonedSimpleDateFormat() {
        SimpleDateFormat sdf = new SimpleDateFormat();