We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the problem / feature request:
Currently bazel-bench isn't able to benchmark incremental builds due to the following reasons:
--warm_up=n
--runs=n
--shutdown
--clean
blaze shutdown / clean
--patch_file
Feature requests: what underlying problem are you trying to solve with this feature?
Allows users to benchmark the incremental case, by:
--warm_up
shutdown
clean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the problem / feature request:
Currently bazel-bench isn't able to benchmark incremental builds due to the following reasons:
--warm_up=n
runs prior to the benchmark--runs=n
--shutdown
and--clean
to allow us to toggle whether or not to runblaze shutdown / clean
(currently runs both by default).--patch_file
.Feature requests: what underlying problem are you trying to solve with this feature?
Allows users to benchmark the incremental case, by:
--warm_up
runs to warm up the blaze cache.shutdown
orclean
in between runs so that we run with a warm blaze cache.The text was updated successfully, but these errors were encountered: