-
-
Notifications
You must be signed in to change notification settings - Fork 270
Speed up tests #977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Speed up tests #977
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9e3fb88
Cache _list_all we don't need the latest list
PGijsbers bfb5304
Reduce the amount of verified runs
PGijsbers deddc04
Increase the batch size to avoid more than 2 pages
PGijsbers 480cee0
Mark as test_get_run_trace as skip
PGijsbers 402a2ef
Filter on dataset id serverside
PGijsbers fd02a9d
Reduce the amount of pages loaded
PGijsbers a9fd67b
Simplify model tested in swapped parameter test
PGijsbers 7904ef6
Add a cli flag to toggle short/long scenarios
PGijsbers db26dc9
Skip time measurement on any Windows machine
PGijsbers bbf76f4
Invoke the --long versions on the COVERAGE job
PGijsbers 6186121
Add long/short versions for some long tests
PGijsbers 63e103b
Check the trace can be retrieved individually
PGijsbers a7e6b73
Remove old test
PGijsbers e7f6b3d
Use patch isolate list_all caching to one test
PGijsbers d85b77a
Fix decorator call
PGijsbers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reduce the amount of verified runs
Downloading a run takes a non-significant amount of time (est. 300ms on my current setup). It is unnecessary to compare against all >=100 runs, while a handful should do fine (perhaps even just one should do).
- Loading branch information
commit bfb53048a07490095c61af035d1125fdb21bb242
There are no files selected for viewing
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.
Uh oh!
There was an error while loading. Please reload this page.