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-124613: Don't run perf tests in JIT builds #124792

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Sep 30, 2024

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM. I just suggested some minor changes.

Lib/test/test_perf_profiler.py Outdated Show resolved Hide resolved
Lib/test/test_perf_profiler.py Outdated Show resolved Hide resolved
Co-authored-by: Victor Stinner <vstinner@python.org>
@pablogsal pablogsal enabled auto-merge (squash) September 30, 2024 17:30
@pablogsal pablogsal added the needs backport to 3.13 bugs and security fixes label Sep 30, 2024
@pablogsal pablogsal merged commit 35541c4 into python:main Sep 30, 2024
34 checks passed
@pablogsal pablogsal deleted the gh-124613 branch September 30, 2024 17:57
@miss-islington-app
Copy link

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @pablogsal, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 35541c410d894d4fa18002f7fdbebfe522f8320e 3.13

@brandtbucher
Copy link
Member

If we don't want to skip these on most builds, we could decorate the tests with test.support.without_optimizer. See #124794 (comment).

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants