-
Notifications
You must be signed in to change notification settings - Fork 71
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
WIP: Check for performance improvements with C++ #997
Conversation
Codecov Report
@@ Coverage Diff @@
## main #997 +/- ##
==========================================
+ Coverage 90.27% 90.30% +0.02%
==========================================
Files 47 49 +2
Lines 2683 2691 +8
==========================================
+ Hits 2422 2430 +8
Misses 261 261
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Oh, looking forward to this one. Also, can we exclude |
This comment was marked as outdated.
This comment was marked as outdated.
This is how benchmark results would change (along with a 95% confidence interval in relative change) if b4afa55 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
@IndrajeetPatil you will always get a statistically significant result if you increase iterations. Bu the question is is it also significant in terms of domain. And I think a significant change for cache_recording is ~10% improvement. So the idea was to choose the iterations with 30 to make the statistical and domain significance coincide (roughly). |
This comment was marked as outdated.
This comment was marked as outdated.
check if warnings can be reproduced on CI
This reverts commit b3a656e.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 454756c is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if fb191f7 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
At this point, I don't think this is the way to go for improving performance. We should explore all possibilities from R itself, and then move to this option. |
👍 |
Related to #558 and #759
Not converting this to draft because I want touchstone to continuously monitor benchmarking.