-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49781/
-----------------------------------------------------------
(Updated 七月 12, 2016, 2:01 a.m.)
Review request for mesos, Benjamin Mahler and Jiang Yan Xu.
Changes
-------
Added dependency
Bugs: MESOS-5800
https://issues.apache.org/jira/browse/MESOS-5800
Repository: mesos
Description
-------
This patch fixed the following issues in benchmark test:
1) Enabled emplatized test fixture for DeclineOffers and
ResourceLabels.
2) Updated the output for the benchmark to be more clear.
Diffs (updated)
-----
src/tests/hierarchical_allocator_tests.cpp
153c9b4cf4819e976910c5a7ad9602028e2d22eb
Diff: https://reviews.apache.org/r/49781/diff/
Testing
-------
LiuGuangyas-MacBook-Pro:build gyliu$ ./bin/mesos-tests.sh --benchmark
--gtest_filter="SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.DeclineOffers/1”
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test
[ RUN ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.DeclineOffers/1
Using 1000 agents and 50 frameworks
allocate() took 625869us to make 1000 offers
allocate() took 628127us to make 1000 offers
allocate() took 618838us to make 1000 offers
allocate() took 595152us to make 1000 offers
allocate() took 622273us to make 1000 offers
allocate() took 595577us to make 1000 offers
allocate() took 628503us to make 1000 offers
allocate() took 623374us to make 1000 offers
….
LiuGuangyas-MacBook-Pro:build gyliu$ ./bin/mesos-tests.sh --benchmark
--gtest_filter="SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.ResourceLabels/1”
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test
[ RUN ]
SlaveAndFrameworkCount/HierarchicalAllocator_BENCHMARK_Test.ResourceLabels/1
Using 1000 agents and 50 frameworks
allocate() took 670083us to make 1000 offers
allocate() took 665393us to make 1000 offers
allocate() took 635591us to make 1000 offers
allocate() took 691869us to make 1000 offers
….
Thanks,
Guangya Liu