| Index: cc/resources/task_graph_runner_perftest.cc
|
| diff --git a/cc/resources/task_graph_runner_perftest.cc b/cc/resources/task_graph_runner_perftest.cc
|
| index 51dad74ffc25279dcbf9286b48894fd0b47a939c..cbd5c5cfc6cacaf77ab36ae23efea597094853ae 100644
|
| --- a/cc/resources/task_graph_runner_perftest.cc
|
| +++ b/cc/resources/task_graph_runner_perftest.cc
|
| @@ -51,12 +51,6 @@ class TaskGraphRunnerPerfTest : public testing::Test {
|
| }
|
| void TearDown() override { task_graph_runner_ = nullptr; }
|
|
|
| - void AfterTest(const std::string& test_name) {
|
| - // Format matches chrome/test/perf/perf_test.h:PrintResult
|
| - printf(
|
| - "*RESULT %s: %.2f runs/s\n", test_name.c_str(), timer_.LapsPerSecond());
|
| - }
|
| -
|
| void RunBuildTaskGraphTest(const std::string& test_name,
|
| int num_top_level_tasks,
|
| int num_tasks,
|
|
|