-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/benchmarks/sweet: support for arm64 #54760
Comments
(The latter issue in particular may be a general Debian bullseye issue, rather than an arm64 issue) |
Change https://go.dev/cl/426237 mentions this issue: |
Change https://go.dev/cl/426238 mentions this issue: |
It is stuck. We get stuck in this loop because I can't follow this code well enough to tell if this is a legitimate floating point compilation issue on arm64 in the compiler, or this is a bug in the library not handling infinity properly. That said, I suspect the latter given that there is already a special case for spurious |
Change https://go.dev/cl/426714 mentions this issue: |
In case systemd-run fails, we'd like to see the error in results. For golang/go#54760. Change-Id: Id19d938308d25cf37bbb9e129ce1ec9e89ac8726 Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/426237 Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Add a rudimentary test for starting a user scope with systemd-run. If it doesn't work, then skip the wrapper. For golang/go#54760. Change-Id: I7b742b49ae453b8d485d7d0c008b9fb9148c37ac Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/426238 Run-TryBot: Michael Pratt <mpratt@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
fogleman-fauxgl hangs on arm64, so disable it from the default benchmark groups. It can still be requested explicitly. For golang/go#54760. Change-Id: I8252c7475c3855d1bd2b03608b6e23e5249d1ab4 Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/426714 Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
@prattmic The error message when running
Thank you. |
I think it would be nice to print the warning once, but I agree the full output is noisy. Feel free to send a CL simplifying it. |
Thank you for your reply. |
In case systemd-run fails, we'd like to see the error in results. For golang/go#54760. Change-Id: Id19d938308d25cf37bbb9e129ce1ec9e89ac8726
Add a rudimentary test for starting a user scope with systemd-run. If it doesn't work, then skip the wrapper. For golang/go#54760. Change-Id: I7b742b49ae453b8d485d7d0c008b9fb9148c37ac
fogleman-fauxgl hangs on arm64, so disable it from the default benchmark groups. It can still be requested explicitly. For golang/go#54760. Change-Id: I8252c7475c3855d1bd2b03608b6e23e5249d1ab4
I am testing on a GCE T2A arm64 instance running Debian bullseye. So far I've encountered a few issues:
fogleman-fauxgl
is either extremely slow or completely stuck. Needs more investigation.go-build
fails due to error creating systemd-run user scope:test.scope: Failed to add PIDs to scope's control group: Permission denied
cc @mknyszek
The text was updated successfully, but these errors were encountered: