-
Notifications
You must be signed in to change notification settings - Fork 915
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
cleanup benchmark includes #10661
cleanup benchmark includes #10661
Conversation
karthikeyann
commented
Apr 14, 2022
- remove cudf_test unnecessary includes
- fix include order
- remove benchmark/benchmark.h when benchmark fixture is included
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10661 +/- ##
================================================
+ Coverage 86.38% 86.41% +0.02%
================================================
Files 142 142
Lines 22334 22334
================================================
+ Hits 19294 19300 +6
+ Misses 3040 3034 -6
Continue to review full report at Codecov.
|
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.
All looks good. Please make sure everything compiles locally, since CI does not compile the benchmarks and would not catch any failures.
@gpucibot merge |