Skip to content

Commit

Permalink
Fix reporting of samples per queries with equal issue mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Jan 15, 2025
1 parent ab7f700 commit e48bb8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loadgen/loadgen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,8 @@ std::vector<QueryMetadata> GenerateQueries(
}
}

settings.samples_per_query = samples_per_query;

LogDetail([count = queries.size(), spq = settings.samples_per_query,
duration = timestamp.count()](AsyncDetail& detail) {
#if USE_NEW_LOGGING_FORMAT
Expand Down

0 comments on commit e48bb8f

Please sign in to comment.