-
Notifications
You must be signed in to change notification settings - Fork 2
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
New benchmark runners #99
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #99 +/- ##
========================================
Coverage 71.34% 71.34%
========================================
Files 48 48
Lines 1888 1888
========================================
Hits 1347 1347
Misses 541 541
Flags with carried forward coverage won't be shown. Click here to find out more. |
From my side it's possible to merge. I added a small modification in the yadmark runner to make it more flexible with the order of the points returned by the external program. |
running with
please make sure to have pytest report everything passed |
and in
|
Remember to mark the conversations as "resolved" if it is ;-) |
#95