-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The issue preventing the gVisor benchmark from working has magically been resolved by us doing nothing. Yay! Reenable the benchmark. ... Except the startup benchmark, which does `runsc run`, doesn't work on the builders. Womp womp. Disable just that benchmark for now; any coverage here is useful. Fixes #51445. Updates #67508. Change-Id: Ic0bd03038ef392640bf39c801cff2395678a8216 Cq-Include-Trybots: luci.golang.try:x_benchmarks-gotip-linux-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/586097 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34853f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @mknyszek
The gVisor benchmark fails on ARM platforms due to missing corresponding workloads:
To unzip
assets-v0.3.0.zip
:There are only workload for
linux-amd64
, and nolinux-arm64
.Could you also fix this problem, or do you know why there is no such workload?
34853f5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not use GitHub for code review. Please do not comment on commits; this makes the conversation far less visible to others. Please file an issue at https://github.com/golang/go/issues.
Also, we do not currently run the benchmark suite on linux/arm64. We do not have immediate plans to start running it on linux/arm64, though we would like to eventually. We are aware there are issues with building and running on linux/arm64.