Skip to content

Commit

Permalink
[Automated Commit] Format Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent 5bd1f3e commit 3d868ad
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions loadgen/test_settings_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,14 @@ void TestSettingsInternal::LogSummary(AsyncSummary &summary) const {
summary("performance_issue_same : ", performance_issue_same);
summary("performance_issue_same_index : ", performance_issue_same_index);
summary("performance_sample_count : ", performance_sample_count);
if (sample_concatenate_permutation){
summary("WARNING: sample_concatenate_permutation was set to true. \n"
"Generated samples per query might be different as the one in the setting.\n"
"Check the generated_samples_per_query line in the detailed log for the real\n"
"samples_per_query value");
if (sample_concatenate_permutation) {
summary(
"WARNING: sample_concatenate_permutation was set to true. \n"
"Generated samples per query might be different as the one in the "
"setting.\n"
"Check the generated_samples_per_query line in the detailed log for "
"the real\n"
"samples_per_query value");
}
}

Expand Down

0 comments on commit 3d868ad

Please sign in to comment.