-
Notifications
You must be signed in to change notification settings - Fork 37
[Filestore] issue-4547: add benchmark for index tablet DescribeData with 1 MiB requests #4913
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
base: main
Are you sure you want to change the base?
Conversation
…e with MixedBlocksOffloadedRangesCapacity set to one million
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 6cf7f94.
🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 6cf7f94.
|
2c4f6a5 to
9b5f098
Compare
9b5f098 to
75e236c
Compare
qkrorlqr
left a comment
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.
I'm approving this only because nothing depends on this benchmark and just having a piece of code with a leak with no dependencies on this piece of code doesn't cause any real issues. But I don't like this PR.
| return Enum2Index[index]; | ||
| const auto& enum2Index = Singleton<TEnum2Index>()->Enum2Index; | ||
| Y_ABORT_UNLESS(index < enum2Index.size()); | ||
| return enum2Index[index]; |
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.
Upload this change to YDB repository
ddf63da to
7d3f0a7
Compare
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit c48db16.
🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit c48db16.
|
#4547