Skip to content

Conversation

@oharboe
Copy link
Collaborator

@oharboe oharboe commented Jan 4, 2026

fixes #9190

@oharboe oharboe requested a review from maliberty January 4, 2026 21:06
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates a log message for clarity, changing "benchmark" to "design". The change is correct and the associated test files have been updated accordingly. I have one suggestion to improve code readability by replacing magic numbers with named constants in the vicinity of the change.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2026

clang-tidy review says "All clean, LGTM! 👍"

if (i == 20 && past_cong > 200) {
if (verbose_) {
logger_->info(GRT, 103, "Extra Run for hard benchmark.");
logger_->info(GRT, 103, "Extra Run for hard design.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oharboe with the iteration count, I wonder if removing this message wouldn't be better (it's not adding anything as far as I can tell)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense.

I don't recalls seeing the iteration count previously, recent?

@oharboe
Copy link
Collaborator Author

oharboe commented Jan 5, 2026

#9197

@oharboe oharboe closed this Jan 5, 2026
@maliberty
Copy link
Member

I did add iteration count in the past month or so

@oharboe
Copy link
Collaborator Author

oharboe commented Jan 5, 2026

I did add iteration count in the past month or so

😌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[INFO GRT-0103] Extra Run for hard benchmark.

3 participants