Change ipc_perftests large-message test count to 1,000
commit903fdfd764c0a298862a47630fa5db146bc874cb
authorbrucedawson <brucedawson@chromium.org>
Thu, 5 Feb 2015 00:57:52 +0000 (4 16:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Feb 2015 00:58:40 +0000 (5 00:58 +0000)
tree845ebdee2804a95d4e52ac4a27d218235f7e994c
parenteb40d5503d848125b533185e95f3fb659336509e
Change ipc_perftests large-message test count to 1,000

The ipc_perftests and mojo_message_pipe_perftests results appeared
designed to be compared against each other, and the ipc_perftests
appear to be designed to take about a second each. Therefore it is
presumably a bug that the final ipc_perftests test executes only 100
times (versus 1,000 times for mojo_message_pipe_perftests) and that it
executes in ~50 ms.

This change increases the iteration count from 100 to 1,000.

Review URL: https://codereview.chromium.org/903513002

Cr-Commit-Position: refs/heads/master@{#314698}
ipc/ipc_perftest_support.cc