This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Feature/iroha build time graph #2069
Open
Stayer
wants to merge
2
commits into
develop
Choose a base branch
from
feature/iroha_build_time_graph
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Stayer
added
needs-correction
pr/rfc is not completed and might be updated
infrastructure
anything related to continious integration, building infrastructure, or cmake
labels
Jan 31, 2019
Stayer
commented
Jan 31, 2019
Stayer
commented
Jan 31, 2019
Stayer
commented
Jan 31, 2019
bakhtin
reviewed
Feb 4, 2019
This comment has been minimized.
This comment has been minimized.
bakhtin
approved these changes
Feb 8, 2019
Stayer
added
needs-review
pr awaits review from maintainers
and removed
needs-correction
pr/rfc is not completed and might be updated
labels
Feb 8, 2019
Stayer
force-pushed
the
feature/iroha_build_time_graph
branch
from
February 8, 2019 07:50
b58abc3
to
ab94778
Compare
This comment has been minimized.
This comment has been minimized.
BulatSaif
reviewed
Feb 11, 2019
BulatSaif
reviewed
Feb 11, 2019
This comment has been minimized.
This comment has been minimized.
BulatSaif
reviewed
Feb 12, 2019
This comment has been minimized.
This comment has been minimized.
as I understand it will no work with clang? |
BulatSaif
reviewed
Feb 12, 2019
yes, you are right |
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
BulatSaif
reviewed
Feb 19, 2019
Signed-off-by: Alexey Rodionov <[email protected]>
Stayer
force-pushed
the
feature/iroha_build_time_graph
branch
from
February 21, 2019 13:27
559e532
to
cf71e0a
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
infrastructure
anything related to continious integration, building infrastructure, or cmake
needs-review
pr awaits review from maintainers
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.
Description of the Change
[DOPS-116]
This PR allows to view compilation time per target (g++ run time) per each build for all branches, and compare this time to
develop
tree. After that we have csv file with time difference in seconds and %Benefits
Developers can detail view and compare time to improve their code.
Possible Drawbacks
cmake
output to jenkins console (using tee gives some duplicates in the result file)Usage Examples or Tests [optional]
See attachment diff.csv.zip
Alternate Designs [optional]