-
Notifications
You must be signed in to change notification settings - Fork 636
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
Set Performance Test Suite graphs to Manual Runtype #9604
Merged
Merged
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
13a71a7
update
scottmitchell 83563aa
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 0e6bac9
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell f5cd9b8
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 3d2a126
Brought truncated search results and full query search out from behin…
scottmitchell 2434a2a
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 552a678
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 8607bed
Pull upstream master
scottmitchell 134b28b
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 8af7951
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell aa321ac
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 8763331
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 609b2fd
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
scottmitchell 79acb4a
Added test graphs. Added readme with test graph info
scottmitchell a05cc1a
Merge branch 'master' of https://github.com/DynamoDS/Dynamo into DYN-…
scottmitchell 6ece6b4
Moved Heterogenous Input test graphs
scottmitchell 61a277e
Update readme
scottmitchell 4e04e46
xml -> json
scottmitchell 6c188de
Added TspinesToMesh graph
scottmitchell e7ab2c3
Added FFITarget.dll. Added Element Binding graph.
scottmitchell 81f3503
Removed SinuousTower and LotsOfStuff
scottmitchell cd37d8d
Changed graph Dynamo versions to earliest possible. Renamed graphs
scottmitchell 456a520
rename ElementBinding image
scottmitchell 6cf0467
Update readme
scottmitchell 8a5a994
Set performance test suite graphs to manual mode
scottmitchell bf36538
Merge upstream master
scottmitchell a05d975
Force Manual Execution
scottmitchell f98d108
Revert "Force Manual Execution"
scottmitchell 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 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 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 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 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 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 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 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 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 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.
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.
@mjkkirschner @QilongTang Can we do this? Or do we need to add a new method?
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.
@QilongTang I can remove this if you would rather just handle it as part of your task.
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.
I think this is the way to do it.
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.
I guess we need to consider that this might effect others who have written tests against the test base classes.....
I guess it's safest to add a new method unless you want to test this or do some research on the API compatibility of adding default arguments to protected methods?
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.
That's good, can you run self CI just to make sure?
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.
For the record, this did pass the self CI, but I'm going to remove this change for now and just merge the
RunType
changes.