Skip to content

Commit

Permalink
Merge pull request #41 from krai/resnet50_q16_scaling
Browse files Browse the repository at this point in the history
Added server query coalescing
  • Loading branch information
Akshat-Tripathi authored Apr 12, 2024
2 parents c4e9860 + ba992d5 commit ed47a39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base_loadgen_program/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"loadgen_max_query_count": null,
"loadgen_samples_per_query": null,
"loadgen_offline_expected_qps": null,
"loadgen_server_coalesce_queries": true,

"param_to_conf_pair": {
"loadgen_count_override_min": ["min_query_count", 1],
Expand All @@ -34,7 +35,8 @@
"loadgen_max_duration_s": ["max_duration", 1000],
"loadgen_min_duration_s": ["min_duration", 1000],
"loadgen_offline_expected_qps": ["offline_expected_qps", 1],
"loadgen_use_token_latencies": ["use_token_latencies", 1]
"loadgen_use_token_latencies": ["use_token_latencies", 1],
"loadgen_server_coalesce_queries": ["coalesce_queries", 1]
},
"param_to_conf_keys": [ "^^", "execute", [[
[ "get", "param_to_conf_pair" ],
Expand Down

0 comments on commit ed47a39

Please sign in to comment.