Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2] Add clients from geonames branch 7 to other branches #507

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}}
}
]
}