Skip to content

Conversation

@jdmarshall
Copy link
Collaborator

Avoid configuration changes mid-run, and move warnings to the top of the output.

As previously implemented, the worker mode warnings would be issued once per benchmark, interlaced with them, and with DCE enabled wouldn't issue a warning at all.

Putting the warnings in the middle of the test output is more likely to be missed by a user, lost in the noise. This change also settles the issue of which plugins we are running to the constructor, also avoiding

  1. re-writing the benchmark string after creation
  2. rewriting the benchmark string after warming has already supposedly completed

…deElimination=true

Avoid configuration changes mid-run, and move warnings to the top of the
output.

As previously implemented, the worker mode warnings would be issued
once per benchmark, interlaced with them, and with DCE enabled wouldn't
issue a warning at all.

Putting the warnings in the middle of the test output is more likely
to be missed by a user, lost in the noise. This change also settles the
issue of which plugins we are running to the constructor, also avoiding

1) re-writing the benchmark string after creation
2) rewriting the benchmark string after warming has already supposedly completed
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.

1 participant