Skip to content
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

colblk: don't use require.NoError in BenchmarkRandSeekInSST hot path #4083

Merged

Conversation

RaduBerinde
Copy link
Member

This function calls b.Helper() which has non-trivial overhead,
muddling the result of the benchmark.

This function calls `b.Helper()` which has non-trivial overhead,
muddling the result of the benchmark.
@RaduBerinde RaduBerinde requested a review from a team as a code owner October 19, 2024 20:59
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@jbowens jbowens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @RaduBerinde)

@RaduBerinde RaduBerinde merged commit 24d6d75 into cockroachdb:master Oct 20, 2024
23 checks passed
@RaduBerinde RaduBerinde deleted the benchmark-remove-no-error branch October 20, 2024 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants