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

GH-39306: [C++][Benchmarking] Remove hardcoded min times #39307

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Dec 19, 2023

Rationale for this change

MinTime settings hardcoded in the C++ source code prevent the --benchmark_min_time CLI option from working.

Are these changes tested?

No.

Are there any user-facing changes?

No.

@pitrou pitrou changed the title GH-39306: [C++][Benchmarking] Reduce hardcoded min times GH-39306: [C++][Benchmarking] Remove hardcoded min times Dec 19, 2023
@pitrou pitrou marked this pull request as ready for review December 19, 2023 17:04
@pitrou pitrou requested a review from felipecrv December 19, 2023 17:04
@github-actions github-actions bot added the awaiting review Awaiting review label Dec 19, 2023
@pitrou pitrou requested a review from bkietz December 19, 2023 17:41
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Dec 19, 2023
@pitrou pitrou merged commit 87865b5 into apache:main Dec 20, 2023
33 of 36 checks passed
@pitrou pitrou removed the awaiting merge Awaiting merge label Dec 20, 2023
@pitrou pitrou deleted the gh39306-benchmark-min-time branch December 20, 2023 11:07
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 87865b5.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
…e#39307)

### Rationale for this change

`MinTime` settings hardcoded in the C++ source code prevent the `--benchmark_min_time` CLI option from working.

### Are these changes tested?

No.

### Are there any user-facing changes?

No.
* Closes: apache#39306

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…e#39307)

### Rationale for this change

`MinTime` settings hardcoded in the C++ source code prevent the `--benchmark_min_time` CLI option from working.

### Are these changes tested?

No.

### Are there any user-facing changes?

No.
* Closes: apache#39306

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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.

[C++][Benchmarking] Remove hardcoded MinTime settings
2 participants