-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: Deactivate perf support in tests if the jit is set #124794
Conversation
pablogsal
commented
Sep 30, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: test_perf_profiler fails on Linux (both AArch64 and x86) #124613
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? |
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 |
Yes, but that in a separate PR For now I have modified this PR to use the |
|
Ok, moved this PR to that |
2a22218
to
e5fc033
Compare
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>