Lock AZI_CHUNK default to 32 in rev13; add rev11↔rev13 validator and rev10↔rev13 benchmark#10
Open
nicklasorte wants to merge 1 commit intomainfrom
Open
Conversation
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.
Motivation
rev11so runtime improvements are preserved without broader refactors.Description
subchunk_agg_check_maxazi_rev13.mwhich is a copy ofrev11with only the defaultAZI_CHUNK_DEFAULTchanged to32and an inline comment noting the choice came from a real-input chunk sweep benchmark, while preserving RNG strategy, helper calls, off-axis logic, and overall structure.validate_subchunk_agg_check_maxazi_rev11_rev13_statistical.mwhich runsrev11andrev13on identical inputs, measures runtime, computes summary and tail statistics (mean,std,min,max,median,p90,p95,p99, and optionalp99.9), prints a PASS/FAIL summary, returns aresultsstruct, and fails-closed if configured thresholds (0.50 dB absolute or 5% relative) are exceeded.benchmark_subchunk_agg_check_maxazi_rev10_rev13_real.mwhich runsrev10andrev13on identical inputs, measuresruntime_rev10andruntime_rev13, reportsspeedup = runtime_rev10 / runtime_rev13, prints a concise summary, and returns aresultsstruct.rev10,rev11, orrev12, nor change RNG reseeding, helper-function behavior, or off-axis calculations.Testing
octave --version, but the runtime was not available in the environment so no executions of the new MATLAB scripts were performed.Codex Task