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

Commit ae976c71 authored by Miguel Aranda's avatar Miguel Aranda Committed by Automerger Merge Worker
Browse files

Merge "Delete timeClonedSimpleDateFormat." am: c6350a11 am: f5c48daa

parents a330803a f5c48daa
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();