aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-24 14:16:28 -0700
committerGravatar GitHub <noreply@github.com>2017-03-24 14:16:28 -0700
commit7e6b7df8d6bbb80c19ae1736e0c35b4eab06c541 (patch)
tree89282ea0b49325c3e65ceeabc2431f8e32cd7500 /test
parentac4a7283ee77bfe5118a061a62930019ff090e37 (diff)
parentb64d652703e998525291eef36c416874894d5749 (diff)
Merge pull request #10275 from ctiller/memory
Memory usage tweaks
Diffstat (limited to 'test')
-rw-r--r--test/core/memory_usage/client.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/core/memory_usage/client.c b/test/core/memory_usage/client.c
index 107abbc1b3..51ea51bc12 100644
--- a/test/core/memory_usage/client.c
+++ b/test/core/memory_usage/client.c
@@ -237,6 +237,11 @@ int main(int argc, char **argv) {
0, grpc_slice_from_static_string("Reflector/GetAfterSvrCreation"));
// warmup period
+ for (int i = 0; i < warmup_iterations; i++) {
+ send_snapshot_request(
+ 0, grpc_slice_from_static_string("Reflector/SimpleSnapshot"));
+ }
+
for (call_idx = 0; call_idx < warmup_iterations; ++call_idx) {
init_ping_pong_request(call_idx + 1);
}