-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement reporting unit test timings in CI #2995
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
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e57a850
Implement reporting unit test timings in CI
meddle0x53 8210a1c
Do not use default jobs
meddle0x53 dc8512c
Try to use cargo-style testing with heavy tests
meddle0x53 1b0a4c8
Fix small undef var bug
meddle0x53 27b05c5
Check with new config
meddle0x53 e4d282c
Try with better defaults
meddle0x53 5878e37
Start testing with low job number
meddle0x53 179dd7c
Try with 10 as parallelism for the slow test
meddle0x53 0399bb8
Try to use RUST_MIN_STACK=67108864
meddle0x53 7a93221
Try with 32 for the longest test
meddle0x53 3f7de41
Try with 8 jobs
meddle0x53 66d8d64
Try rework with partitioning
meddle0x53 98cdb91
Fix config
meddle0x53 fbc5164
Try to fix file state
meddle0x53 fc7a07a
Try better syntax for partitions
meddle0x53 c4ced21
Try fix partitions
meddle0x53 1827339
Try split with more threads
meddle0x53 abc9c1e
Try with 16 jobs now
meddle0x53 acc99dc
Try to speed up the synthesizer
meddle0x53 ff362a6
Add more workflows
meddle0x53 90b3042
Lower the DEFAULT_JOBS to prevent OOM
meddle0x53 24067cb
Give more jobs to rocksdb
meddle0x53 0d48810
Partition the rocksdb test
meddle0x53 09df9e0
Run all workflows
meddle0x53 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,3 +14,4 @@ | |
| !**/beta-h.usrs | ||
| !**/neg-powers-of-beta.usrs | ||
| **/proptest-regressions/ | ||
| artifacts | ||
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.