Skip to content

Commit 3e9bca1

Browse files
committed
increase TestReadAccessorAllocs runs
1 parent 91290d6 commit 3e9bca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeler/read_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func TestReadAccessorAllocs(t *testing.T) {
203203
}
204204

205205
testFunc := func(t *testing.T, buf []byte, want float32) {
206-
allocs := testing.AllocsPerRun(50, func() {
206+
allocs := testing.AllocsPerRun(100, func() {
207207
modeler.ReadAccessor(doc, acr, buf)
208208
})
209209
if allocs != float64(want) {

0 commit comments

Comments
 (0)