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
Measured with hyperfine --warmup 5 --runs 50 on Linux Gate: PR vs HEAD main (threshold: 10%). BCR is shown only as a historical baseline. Build time: cold bazel build //:bench with isolated output base, no disk cache.
sys.path quality
Version
sys.path entries
distinct site-packages roots
duplicate realpaths
BCR 1.11.7 (baseline)
6
1
0
HEAD main
7
2
0
This PR
7
2
0
sys.path quality measured by bench_syspath inside the assembled venv. Duplicate realpaths indicate symlink redundancy; many distinct site-packages roots suggest an inefficient venv layout.
✅ No regression detected (PR is +0.6% vs HEAD main)
Measured with hyperfine --warmup 5 --runs 50 on Linux Gate: PR vs HEAD main (threshold: 10%). BCR is shown only as a historical baseline. Build time: cold bazel build //:bench with isolated output base, no disk cache.
sys.path quality
Version
sys.path entries
distinct site-packages roots
duplicate realpaths
BCR 1.11.7 (baseline)
6
1
0
HEAD main
7
2
0
This PR
7
2
0
sys.path quality measured by bench_syspath inside the assembled venv. Duplicate realpaths indicate symlink redundancy; many distinct site-packages roots suggest an inefficient venv layout.
Bazel analysis benchmark
Version
Mean (ms)
Median (ms)
± stddev
vs BCR
vs main
Packages
Targets
BCR 2.0.0-alpha.4 (baseline)
11331.813
11284.039
±161.494
—
—
101
301
HEAD main
10466.419
10488.158
±106.387
-7.6%
—
101
301
This PR
10517.879
10538.609
±123.623
-7.2%
+0.5%
101
301
Measured with hyperfine --warmup 1 --runs 10 on Linux Gate: PR vs HEAD main (threshold: 10%). BCR is shown only as a historical baseline. Command: cold bazel build --nobuild //workspace/... with isolated output base, no disk cache.
Auxiliary metrics
Version
Loaded packages
Configured targets
BCR 2.0.0-alpha.4 (baseline)
101
301
HEAD main
101
301
This PR
101
301
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes are visible to end-users: no
Test plan