This is an automated email from the ASF dual-hosted git repository. mzhu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 84686409a0af871c2dc7c9e94a572dd74188914e Author: Meng Zhu <[email protected]> AuthorDate: Thu Apr 25 16:35:21 2019 -0700 Removed some unnecessary logs in the allocator benchmark. --- src/tests/hierarchical_allocator_benchmarks.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tests/hierarchical_allocator_benchmarks.cpp b/src/tests/hierarchical_allocator_benchmarks.cpp index e653e3d..797cf7e 100644 --- a/src/tests/hierarchical_allocator_benchmarks.cpp +++ b/src/tests/hierarchical_allocator_benchmarks.cpp @@ -384,8 +384,6 @@ TEST_F(BENCHMARK_HierarchicalAllocations, MultiFrameworkAllocations) initializeCluster(config); - cout << "Start allocation\n"; - // Now perform allocations. We continue until either we timeout or we have // launched all of the expected tasks. const Duration TEST_TIMEOUT = Seconds(30); @@ -624,8 +622,6 @@ TEST_P(BENCHMARK_HierarchicalAllocator_WithQuotaParam, LargeAndSmallQuota) allocator->resume(); - cout << "Start allocation" << endl; - Stopwatch watch; watch.start();
