Merge "Delete timeClonedSimpleDateFormat."
This commit is contained in:
commit
c6350a111b
@ -157,14 +157,6 @@ public class ExpensiveObjectsPerfTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void timeNewSimpleDateFormat() {
|
|
||||||
BenchmarkState state = mPerfStatusReporter.getBenchmarkState();
|
|
||||||
while (state.keepRunning()) {
|
|
||||||
new SimpleDateFormat();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void timeClonedSimpleDateFormat() {
|
public void timeClonedSimpleDateFormat() {
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat();
|
SimpleDateFormat sdf = new SimpleDateFormat();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user