----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49843/#review141629 -----------------------------------------------------------
Patch looks great! Reviews applied: [49846, 49843] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On July 10, 2016, 10:27 p.m., Guangya Liu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/49843/ > ----------------------------------------------------------- > > (Updated July 10, 2016, 10:27 p.m.) > > > Review request for mesos, Benjamin Mahler and Klaus Ma. > > > Bugs: MESOS-5701 > https://issues.apache.org/jira/browse/MESOS-5701 > > > Repository: mesos > > > Description > ------- > > Added benchmark test for sorter. > > > Diffs > ----- > > src/tests/sorter_tests.cpp 0a921347586808863e615ca3dcc23fae92b629f5 > > Diff: https://reviews.apache.org/r/49843/diff/ > > > Testing > ------- > > make > make check > > ./bin/mesos-tests.sh --benchmark > --gtest_filter="FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks*" > [==========] Running 4 tests from 1 test case. > [----------] Global test environment set-up. > [----------] 4 tests from FrameworkCount/Sorter_BENCHMARK_Test > [ RUN ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/0 > Sorted 1000 frameworks in 5443us > [ OK ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/0 (67 ms) > [ RUN ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/1 > Sorted 2000 frameworks in 10393us > [ OK ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/1 (114 ms) > [ RUN ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/2 > Sorted 3000 frameworks in 22161us > [ OK ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/2 (190 ms) > [ RUN ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/3 > Sorted 5000 frameworks in 31893us > [ OK ] FrameworkCount/Sorter_BENCHMARK_Test.SortFrameworks/3 (341 ms) > [----------] 4 tests from FrameworkCount/Sorter_BENCHMARK_Test (713 ms total) > > [----------] Global test environment tear-down > [==========] 4 tests from 1 test case ran. (728 ms total) > [ PASSED ] 4 tests. > > > Thanks, > > Guangya Liu > >
