-
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
Performance failure mode #10061
Performance failure mode #10061
Conversation
add log text for result add comparisonData property to each Comparer and use 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.
LGTM with a few comments
tools/Performance/DynamoPerformanceTests/PerformanceTestConsoleApp.cs
Outdated
Show resolved
Hide resolved
Looks good to me. |
@QilongTang addressed your comments, I'm having trouble getting to build so that I can check the failure - I'm going to close the PR and reopen after I am done testing. - whoops, need to close PR on the CI side - sorry. PTAL. |
when theres a failure we'll see something like this:
|
This reverts commit 6134760.
Purpose
still a work in progress
Adds an additional check to the comparison command of the DynamoPerformanceTest CLI -
Compare
command will now also return aPass/Fail
stateTODO:
result is not serialized there for some reason even though it shows in console log.rather it is just on the wrong line.see related changes:
https://git.autodesk.com/Dynamo/DynamoPerformance-CI/pull/8
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
@reddyashish