-
Notifications
You must be signed in to change notification settings - Fork 878
feat: add provisioning timings to understand slow build times #14274
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 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7e36010
Initial implementation
dannykopping 45b7fb4
More hacking, now including a job-wide view of timings
dannykopping 38c4197
API
dannykopping 803a9d4
Smol refactor
dannykopping 973ec6d
Capture dependency graph timings
dannykopping a070e07
Expand hash to include span category so multiple operations on the sa…
dannykopping 4a29b96
Tests
dannykopping 275bfca
lint/fmt
dannykopping 73bac3f
Moar tests
dannykopping 3d77c63
Improve coverage
dannykopping c0ae1ba
Remove stats API call, will follow up in another PR
dannykopping 28fa2f7
Fixing tests
dannykopping 68b16ff
Use max(end)-min(start) as stage timings, not local maximum
dannykopping 6f0b8f8
make fmt
dannykopping 724f139
Minor fix-ups
dannykopping c30a900
Pls god let this work
dannykopping 0d68e69
Move terraform test helpers into internal package
dannykopping 15282bb
Review comments
dannykopping 82ca13e
Merge branch 'main' of github.com:coder/coder into dk/provision-detai…
dannykopping 597ec85
More CI happiness
dannykopping 805c0f2
Restrict timings tests to non-Windows
dannykopping 46f3318
Give CI exactly what it wants FFS (see https://github.com/coder/coder…
dannykopping ebbaf31
@mtojek you legend :)
dannykopping eb5ec5c
Merge branch 'main' of https://github.com/coder/coder into dk/provisi…
dannykopping 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
Fixing tests
Signed-off-by: Danny Kopping <danny@coder.com>
- Loading branch information
commit 28fa2f7868dd651bc1510b6bf23c339e34b74020
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.