test(perf): no-op probe — measure perf-pr runner noise floor - #13
Closed
mparrett wants to merge 1 commit into
Closed
test(perf): no-op probe — measure perf-pr runner noise floor#13mparrett wants to merge 1 commit into
mparrett wants to merge 1 commit into
Conversation
Comment-only change to pkg/vm/object_bench_test.go so the PR's merge-base and head are perf-identical. Every delta perf-pr reports is same-runner measurement noise. Back-porting the nooga/let-go#445 investigation to paserati. Throwaway.
Perf — base vs head, same runnerBase bench-ratchet — 0 regression(s) > 10.0% budget, 0 missing, 0 new
|
Owner
Author
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Throwaway PR to measure the same-runner A/B noise floor on paserati's suite, back-porting the let-go investigation (nooga/let-go#445).
The only change is a comment in
pkg/vm/object_bench_test.go, so merge-base and head are perf-identical. With theperflabel,perf-pr.ymlbenches base vs head on one runner — every reported delta is pure same-runner measurement noise. Running it a few times shows whether paserati has the same heavy-tailed, anchor-invisible blowout let-go does. Not for merge.