Skip to content

Commit

Permalink
Add clients from geonames branch 7 to other branches (#504)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
IanHoang authored Nov 14, 2024
1 parent 2e8adf8 commit 20bf0f5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions geonames/test_procedures/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,25 +451,29 @@
"operation": "significant_text_selective",
"warmup-iterations": {{ significant_text_selective_warmup_iterations or warmup_iterations | default(200) | tojson }},
"iterations": {{ significant_text_selective_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ significant_text_selective_target_throughput or target_throughput | default(2) | tojson }}
"target-throughput": {{ significant_text_selective_target_throughput or target_throughput | default(2) | tojson }},
"clients": {{ significant_text_selective_search_clients or search_clients | tojson}}
},
{
"operation": "significant_text_sampled_selective",
"warmup-iterations": {{ significant_text_sampled_selective_warmup_iterations or warmup_iterations | default(200) | tojson }},
"iterations": {{ significant_text_sampled_selective_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ significant_text_sampled_selective_target_throughput or target_throughput | default(20) | tojson }}
"target-throughput": {{ significant_text_sampled_selective_target_throughput or target_throughput | default(20) | tojson }},
"clients": {{ significant_text_sampled_selective_search_clients or search_clients | tojson}}
},
{
"operation": "significant_text_unselective",
"warmup-iterations": {{ significant_text_unselective_warmup_iterations or warmup_iterations | default(50) | tojson }},
"iterations": {{ significant_text_unselective_iterations or iterations | default(20) | tojson }},
"target-throughput": {{ significant_text_unselective_target_throughput or target_throughput | default(0.04) | tojson }}
"target-throughput": {{ significant_text_unselective_target_throughput or target_throughput | default(0.04) | tojson }},
"clients": {{ significant_text_unselective_search_clients or search_clients | tojson}}
},
{
"operation": "significant_text_sampled_unselective",
"warmup-iterations": {{ significant_text_sampled_unselective_warmup_iterations or warmup_iterations | default(200) | tojson }},
"iterations": {{ significant_text_sampled_unselective_iterations or iterations | default(100) | tojson }},
"target-throughput": {{ significant_text_sampled_unselective_target_throughput or target_throughput | default(6) | tojson }}
"target-throughput": {{ significant_text_sampled_unselective_target_throughput or target_throughput | default(6) | tojson }},
"clients": {{ significant_text_sampled_unselective_search_clients or search_clients | tojson}}
}
]
}

0 comments on commit 20bf0f5

Please sign in to comment.