-
Notifications
You must be signed in to change notification settings - Fork 119
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
fix: Uploading performance metrics for multiple matrices #1329
fix: Uploading performance metrics for multiple matrices #1329
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1329 +/- ##
============================================
- Coverage 79.13% 79.09% -0.05%
+ Complexity 738 702 -36
============================================
Files 237 244 +7
Lines 4640 4683 +43
Branches 808 824 +16
============================================
+ Hits 3672 3704 +32
- Misses 550 551 +1
- Partials 418 428 +10 |
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.
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.
Fix the tests and we all good!
Timestamp: 2020-11-19 13:56:12 |
I followed the test plan but can't find any
Let me know if I am doing something wrong |
@pawelpasterz you must run on physical device. I have updated test plan |
Thanks! |
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.
We have the option disable-results-upload
. If set true we should not upload any results to the bucket. But I can see performanceMetrics.json
are uploaded anyway
With disable-results-upload
set to false output is rather ugly
I see some items we need to decide/discuss/fix
- Are
performanceMetrics.json
considered to be 'the same' results as the rest of flank's results? - Let's align/beautify the output
- Let's decide what we want to print actually. Currently, we just print the message
Uploading [file name]
do we want to stick with that? Or we can print a gcs link but on a matrix level? So every matrix will have it's own. IMO we should decide on one convention and not mix them
Of course, I can be wrong. I'd like to get your opinion.
cc
@bootstraponline @jan-gogo
I will disable uploading if |
cdefb25
to
fb6a1e2
Compare
fb6a1e2
to
d9565f7
Compare
40e7c6f
to
b2ec447
Compare
I fixed all reported issues
b2ec447
to
86c4585
Compare
86c4585
to
8072aaa
Compare
|
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.
Tested and works! 👍
Fixes #1322
Test Plan
performanceMetrics.json
is uploaded for each matrixChecklist