You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed offline, bazel-bench goes through the process of building binary & running benchmark for each commit sequentially, instead of building every binary upfront. So it's WAI that the log shows the creation of 1 binary followed by the benchmarking for that binary.
Description of the problem / feature request:
bazel-bench did not run on all specified bazel commits.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Ran the following command:
Note that I am using the same local repository as bazel and project source - is that causing any problems?
From the logs:
So it is already missing in the preparation phase.
The text was updated successfully, but these errors were encountered: