Skip to content

[BOLT][test] Update perf2bolt/perf_test.test #73482

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

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

aaupov
Copy link
Contributor

@aaupov aaupov commented Nov 27, 2023

perf_test keeps failing on bolt-aarch64-ubuntu-clang-shared:
https://lab.llvm.org/buildbot/#/builders/221/builds/20330

The reason is likely that there are no samples due to short test runtime.
Bump up the running time 10x and remove unneeded headers.

With the change that test passed on a buildbot host 10/10 times.

perf_test keeps failing on bolt-aarch64-ubuntu-clang-shared:
https://lab.llvm.org/buildbot/#/builders/221/builds/20330

The reason is likely that there are no samples due to short test runtime.
Bump up the running time 10x and remove unneeded headers.

With the change that test passed on a buildbot host 10/10 times.
@llongint
Copy link
Contributor

LGTM, Maybe, adding "-F max" to "perf record" can also address the issue? I am not sure which one is better :)

@aaupov
Copy link
Contributor Author

aaupov commented Nov 27, 2023

LGTM, Maybe, adding "-F max" to "perf record" can also address the issue? I am not sure which one is better :)

I checked that first but it didn't help.

@llongint
Copy link
Contributor

I checked that first but it didn't help.

Oh, okay, it looks like the current modification is the best.

@aaupov
Copy link
Contributor Author

aaupov commented Nov 28, 2023

@llongint can you please approve then?

@aaupov aaupov merged commit af4d8d5 into llvm:main Nov 28, 2023
@aaupov aaupov deleted the perf_test branch November 28, 2023 15:00
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.

2 participants