-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Closed
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
I was watching windows/arm build output, and I noticed that bytes package tests are pretty slow
ok bytes 146.447s
and then I looked at linux/arm too, and it is slow too
ok bytes 121.089s
I just felt sorry for the builders, and decided to create this issue.
I run byte tests here, and they are fast
c:\>go test -count=1 bytes
ok bytes 1.106s
I also did not notice any particular test that is slow than others.
Maybe there is bytes package code that can be made faster? Maybe some tests can be adjusted to make arm builders faster? Maybe nothing can be done? Then just close the issue.
Thank you.
Alex
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.