-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64969/
-----------------------------------------------------------
(Updated Jan. 8, 2018, 3:18 p.m.)
Review request for mesos, Benjamin Mahler, Michael Park, and Jiang Yan Xu.
Changes
-------
Updated the test result with `--enable-optimize` build flag.
Bugs: MESOS-8344
https://issues.apache.org/jira/browse/MESOS-8344
Repository: mesos
Description
-------
This test is based on the MasterFailover benchmark which
currently lacks things like executor. It is possible
to add these when needed.
Diffs (updated)
-----
src/tests/master_benchmarks.cpp 7d69588b3a4090ad1a755b592d2f8756ad6dff9e
Diff: https://reviews.apache.org/r/64969/diff/2/
Changes: https://reviews.apache.org/r/64969/diff/1-2/
Testing (updated)
-------
Output from running on MacBook Pro with 3.3 GHz Intel Core i7, build with
`--enable-optimize`:
Test setup: 2000 agents with a total of 100000 running tasks and 100000
completed tasks.
Getstate application/x-protobuf query response took 12.411724628secs
Test setup: 2000 agents with a total of 200000 running tasks and 0 completed
tasks.
Getstate application/x-protobuf query response took 24.207293467secs
Test setup: 20000 agents with a total of 100000 running tasks and 0 completed
tasks.
Getstate application/x-protobuf query response took 16.292173637secs
Test setup: 2000 agents with a total of 100000 running tasks and 100000
completed tasks.
Getstate application/json query response took 2.71121739318333mins
Test setup: 2000 agents with a total of 200000 running tasks and 0 completed
tasks.
Getstate application/json query response took 5.31970605753333mins
Test setup: 20000 agents with a total of 100000 running tasks and 0 completed
tasks.
Getstate application/json query response took 3.18027318681667mins
Thanks,
Meng Zhu