Merge "Remove equal sign and comma from some text perf tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
09206cd86a
@@ -46,7 +46,7 @@ public class BoringLayoutCreateDrawPerfTest {
|
||||
private static final float SPACING_ADD = 10f;
|
||||
private static final float SPACING_MULT = 1.5f;
|
||||
|
||||
@Parameterized.Parameters(name = "cached={3},{1}chars,{0}")
|
||||
@Parameterized.Parameters(name = "cached {3} {1}chars {0}")
|
||||
public static Collection cases() {
|
||||
final List<Object[]> params = new ArrayList<>();
|
||||
for (int length : new int[]{128}) {
|
||||
|
||||
@@ -40,7 +40,7 @@ public class BoringLayoutIsBoringPerfTest {
|
||||
|
||||
private static final boolean[] BOOLEANS = new boolean[]{false, true};
|
||||
|
||||
@Parameterized.Parameters(name = "cached={4},{1}chars,{0}")
|
||||
@Parameterized.Parameters(name = "cached {4} {1}chars {0}")
|
||||
public static Collection cases() {
|
||||
final List<Object[]> params = new ArrayList<>();
|
||||
for (int length : new int[]{128}) {
|
||||
|
||||
@@ -42,7 +42,7 @@ public class PaintMeasureDrawPerfTest {
|
||||
|
||||
private static final boolean[] BOOLEANS = new boolean[]{false, true};
|
||||
|
||||
@Parameterized.Parameters(name = "cached={1},{0}chars")
|
||||
@Parameterized.Parameters(name = "cached {1} {0}chars")
|
||||
public static Collection cases() {
|
||||
final List<Object[]> params = new ArrayList<>();
|
||||
for (int length : new int[]{128}) {
|
||||
|
||||
@@ -50,7 +50,7 @@ public class StaticLayoutCreateDrawPerfTest {
|
||||
@Rule
|
||||
public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();
|
||||
|
||||
@Parameterized.Parameters(name = "cached={3},{1}chars,{0}")
|
||||
@Parameterized.Parameters(name = "cached {3} {1}chars {0}")
|
||||
public static Collection cases() {
|
||||
final List<Object[]> params = new ArrayList<>();
|
||||
for (int length : new int[]{128}) {
|
||||
|
||||
@@ -51,7 +51,7 @@ public class TextViewSetTextMeasurePerfTest {
|
||||
@Rule
|
||||
public PerfStatusReporter mPerfStatusReporter = new PerfStatusReporter();
|
||||
|
||||
@Parameterized.Parameters(name = "cached={3},{1}chars,{0}")
|
||||
@Parameterized.Parameters(name = "cached {3} {1}chars {0}")
|
||||
public static Collection cases() {
|
||||
final List<Object[]> params = new ArrayList<>();
|
||||
for (int length : new int[]{128}) {
|
||||
|
||||
Reference in New Issue
Block a user