aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/end2end/grpc_class_init_client.rb
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-06 13:28:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-06 13:28:22 -0700
commit3749a6d417f9092f0f39a174149087fd256cc82b (patch)
tree0f955cfc42eb8feab05112e037943065bc6a5edf /src/ruby/end2end/grpc_class_init_client.rb
parent0181dd0bfb1e503c4d52b0deff71c15e3f9e1b3a (diff)
parent04035de631a6a46c03ebf3e8db2102d5688dc71a (diff)
Merge github.com:grpc/grpc into stats_histo
Diffstat (limited to 'src/ruby/end2end/grpc_class_init_client.rb')
-rwxr-xr-xsrc/ruby/end2end/grpc_class_init_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/end2end/grpc_class_init_client.rb b/src/ruby/end2end/grpc_class_init_client.rb
index b9e3d6054f..c35719a71f 100755
--- a/src/ruby/end2end/grpc_class_init_client.rb
+++ b/src/ruby/end2end/grpc_class_init_client.rb
@@ -41,7 +41,7 @@ def run_gc_stress_test(test_proc)
GC.enable
construct_many(test_proc)
- GC.start(full_mark: true, immediate_sweep: true)
+ GC.start
construct_many(test_proc)
end