cc: Remove unused method from TaskGraphRunnerPerfTest.
BUG= Review URL: https://codereview.chromium.org/865683002 Cr-Commit-Position: refs/heads/master@{#312565}
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user