Uh oh!
There was an error while loading. Please reload this page.
gh-124613: Deactivate perf support in tests if the jit is set - #124794
Conversation
pablogsal
commented
Sep 30, 2024
pablogsal
commented
Sep 30, 2024
Hummm if we are going to make the JIT the default maybe we should only deactivate in YES and not in Yes-off @brandtbucher WDYT? |
brandtbucher
commented
Sep 30, 2024
I mean, a Check out |
Oh, whoops, wrong PR. I thought this was the one that's skipping perf tests. |
Yeah, we could just say that both Perhaps we should just disable the JIT if perf support is activated at runtime? It requires a bit more surgery, but I think it's probably the best option. |
No, we surely want
Yeah we should use both things I think. Currently it's not switched to |
That's too many negatives for me to follow, haha. What are you proposing, exactly? Disable the JIT when perf support is turned on at runtime? I believe this needs to cover Also, the name |
pablogsal
commented
Oct 1, 2024
Yes, but that in a separate PR For now I have modified this PR to use the |
brandtbucher
commented
Oct 1, 2024
|
pablogsal
commented
Oct 1, 2024
Ok, moved this PR to that |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
2a22218 to
e5fc033CompareUh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
GH-148214 is a backport of this pull request to the 3.13 branch. |
…ythonGH-124794) pythongh-124613: Deactivate the JIT during perf tests (cherry picked from commit 5e9e506) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.