Improve execution time and eliminate flakiness in data_generation_v3_test. - #171
Open
copybara-service[bot] wants to merge 1 commit into
Open
Improve execution time and eliminate flakiness in data_generation_v3_test.#171copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
…test. - In data_generation_v3_test.py, configure TabularConfig to default to MSTConfig(pgm_iters=100) instead of 5000 iterations for unit tests. - In mst.py, accept pgm_iters in _select_two_way_marginal_queries from MSTConfig so initial independent model estimation does not hardcode 2500 iterations. - In workload regression tests, explicitly configure baseline IndependentConfig to pgm_iters=500 to match tested mechanism iterations. - In MaxRecordsPerUserTest, relax delta in Poisson calibrate tests to 1e-3 to reduce PLD grid size during binary search. - In BUILD, set shard_count = 4 on data_generation_v3_test so tests run concurrently. PiperOrigin-RevId: 972720308
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.
Improve execution time and eliminate flakiness in data_generation_v3_test.