-
Notifications
You must be signed in to change notification settings - Fork 908
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
Add bytes_per_second
to compiled binaryop benchmark
#13938
Add bytes_per_second
to compiled binaryop benchmark
#13938
Conversation
Pull requests from external contributors require approval from a |
Hi, |
/ok to test |
Yes. This is right. From the user perspective, only input and output bytes matters. |
To add `bytes_per_second`, a call to `SetBytesProcessed()` with the number of written and read bytes is added to the benchmark. This patch relates to rapidsai#13735.
4e351f9
to
937a7c5
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.
Looks good. Just one small question about type conversion.
/ok to test |
/merge |
To add
bytes_per_second
, a call to.SetBytesProcessed()
with the number of written and read bytes is added to the benchmark.This patch relates to #13735.
Checklist