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

Commit c6350a11 authored by Miguel Aranda's avatar Miguel Aranda Committed by Gerrit Code Review
Browse files

Merge "Delete timeClonedSimpleDateFormat."

parents 97211945 5aadebf5
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();