-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix HashTable::toString() #7921
Fix HashTable::toString() #7921
Conversation
✅ Deploy Preview for meta-velox canceled.
|
6729921
to
5cf7470
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
5cf7470
to
9d59b78
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
9d59b78
to
dd392eb
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
dd392eb
to
f5db432
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
@mbasmanova thanks!
f5db432
to
35e4377
Compare
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mbasmanova merged this pull request in 8d97086. |
Conbench analyzed the 1 benchmark run on commit There were 4 benchmark results indicating a performance regression:
The full Conbench report has more details. |
HashTable::toString() used to show incorrect total number of occupied slots.
Sample output:
Also, add toString(startBucket, numBuckets) API to print details for a range of
buckets. For each bucket, prints 16 tags: a value, E if empty, T if tombstone.
For example, toString(31, 5):