-
Notifications
You must be signed in to change notification settings - Fork 21
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
Index Btree Benchmark #237
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #237 +/- ##
==========================================
- Coverage 70.15% 68.56% -1.59%
==========================================
Files 97 96 -1
Lines 7941 8024 +83
Branches 1013 1046 +33
==========================================
- Hits 5571 5502 -69
- Misses 1881 1988 +107
- Partials 489 534 +45 ☔ View full report in Codecov by Sentry. |
fcb6d84
to
abf385a
Compare
2763058
to
6f1c7e3
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.
LGTM
test failure is caused by iomgr, not the test case itself |
8b7f950
to
d56872c
Compare
test btree types:
1 FixedLenBtree
2 VarKeySizeBtree
3 VarValueSizeBtree
4 VarObjSizeBtree
5 PrefixIntervalBtree
we can run benchmark from command line with different parameters to simulate different case , for example:
./bin/index_btree_benchmark --num_threads=5 --num_fibers=5 --operation_list=put:100