| Index: cc/ipc/cc_serialization_perftest.cc
|
| diff --git a/cc/ipc/cc_serialization_perftest.cc b/cc/ipc/cc_serialization_perftest.cc
|
| index 85a03a0e68096ebb316aba85732db28c8ca27dd9..51e278695a6f455a10b4187f866622751730039e 100644
|
| --- a/cc/ipc/cc_serialization_perftest.cc
|
| +++ b/cc/ipc/cc_serialization_perftest.cc
|
| @@ -89,7 +89,7 @@ class CCSerializationPerfTest : public testing::Test {
|
| single_sqs == UseSingleSharedQuadState::YES
|
| ? "_per_render_pass_shared_quad_state"
|
| : "_per_quad_shared_quad_state",
|
| - test_name, count, "", true);
|
| + test_name, count, "runs/s", true);
|
| }
|
|
|
| static void RunSerializationTestParamTraits(
|
| @@ -133,7 +133,7 @@ class CCSerializationPerfTest : public testing::Test {
|
| single_sqs == UseSingleSharedQuadState::YES
|
| ? "_per_render_pass_shared_quad_state"
|
| : "_per_quad_shared_quad_state",
|
| - test_name, count, "", true);
|
| + test_name, count, "runs/s", true);
|
| }
|
|
|
| static void RunDeserializationTestStructTraits(
|
| @@ -180,7 +180,7 @@ class CCSerializationPerfTest : public testing::Test {
|
| single_sqs == UseSingleSharedQuadState::YES
|
| ? "_per_render_pass_shared_quad_state"
|
| : "_per_quad_shared_quad_state",
|
| - test_name, count, "", true);
|
| + test_name, count, "runs/s", true);
|
| }
|
|
|
| static void RunSerializationTestStructTraits(
|
| @@ -224,7 +224,7 @@ class CCSerializationPerfTest : public testing::Test {
|
| single_sqs == UseSingleSharedQuadState::YES
|
| ? "_per_render_pass_shared_quad_state"
|
| : "_per_quad_shared_quad_state",
|
| - test_name, count, "", true);
|
| + test_name, count, "runs/s", true);
|
| }
|
|
|
| static void RunComplexCompositorFrameTest(const std::string& test_name) {
|
|
|