Skip to content
Snippets Groups Projects
Commit 8c985c28 authored by Craig Tiller's avatar Craig Tiller
Browse files

Allow more sync threads

parent 5709469c
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ class CXXLanguage: ...@@ -257,7 +257,7 @@ class CXXLanguage:
for channels in geometric_progression(1, 500, math.sqrt(10)): for channels in geometric_progression(1, 500, math.sqrt(10)):
for outstanding in geometric_progression(1, 20000, math.sqrt(10)): for outstanding in geometric_progression(1, 20000, math.sqrt(10)):
if synchronicity == 'sync' and outstanding > 400: continue if synchronicity == 'sync' and outstanding > 1200: continue
if outstanding < channels: continue if outstanding < channels: continue
yield _ping_pong_scenario( yield _ping_pong_scenario(
'cpp_protobuf_%s_unary_qps_unconstrained_%s_%d_channels_%d_outstanding' % (synchronicity, secstr, channels, outstanding), 'cpp_protobuf_%s_unary_qps_unconstrained_%s_%d_channels_%d_outstanding' % (synchronicity, secstr, channels, outstanding),
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment