bazel-bench
bazel-bench copied to clipboard
Benchmarking tool for bazel
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
**Description of the problem / feature request:** Currently bazel-bench isn't able to benchmark incremental builds due to the following reasons: 1. Does not allow running `--warm_up=n` runs prior to the...
**Description of the problem / feature request:** The build event protocol exposes a bunch of good metrics about the invocation such as number of packages loaded, targets configured, actions created...
The commit to build Bazel at can be given as a branch or tag name, which may point to different commits over time. This could cause a previously built Bazel...
**Description of the problem / feature request:** For example: https://github.com/bazelbuild/bazel/blob/master/.bazelci/postsubmit.yml#L119 ``` ubuntu1804_javabase9: platform: ubuntu1804_nojava name: ":java: OpenJDK 9 Javabase" shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE...
**Description of the problem / feature request:** Currently, the json_profile_merger logic simply takes time spans from the profiles and collates them for analysis. It would be nice if we could...
**Description of the problem / feature request:** This is to help the users of the reports to understand the report easier. We can add something like https://getbootstrap.com/docs/4.1/components/tooltips/.
**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...
**Description of the problem / feature request:** We should add some e2e tests. Something like what Bazel has https://github.com/bazelbuild/bazel/tree/master/src/test/shell **Feature requests: what underlying problem are you trying to solve with...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...