-
Notifications
You must be signed in to change notification settings - Fork 902
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 gbenchmark for nvtext tokenize functions #7684
Add gbenchmark for nvtext tokenize functions #7684
Conversation
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7684 +/- ##
===============================================
+ Coverage 81.86% 82.47% +0.61%
===============================================
Files 101 101
Lines 16884 17402 +518
===============================================
+ Hits 13822 14353 +531
+ Misses 3062 3049 -13
Continue to review full report at Codecov.
|
@gpucibot merge |
Reference #5696
Creates gbenchmarks for
nvtext::tokenize()
,nvtext::count_tokens()
andnvtext::ngrams_tokenize()
functions.The benchmarks measures various string lengths and number of rows.
These functions use the
make_strings_column
factory optimized in #7576