runtime: Remove now unnecessary pad field from ParFor.
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
This commit is contained in:
parent
725e1be340
commit
af146490bb
1007 changed files with 86529 additions and 30520 deletions
|
@ -42,7 +42,7 @@ func TestGoroutineProfile(t *testing.T) {
|
|||
if testing.Short() {
|
||||
max = 100
|
||||
}
|
||||
stk := make([]runtime.StackRecord, 100)
|
||||
stk := make([]runtime.StackRecord, 128)
|
||||
for n := 0; n < max; n++ {
|
||||
_, ok := runtime.GoroutineProfile(stk)
|
||||
if !ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue