Skip to content

Commit

Permalink
change: consecutiveStableIterationsThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed May 2, 2024
1 parent 02ae89c commit 650af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/internal/welford.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewWelford(windowSize int) *Welford {
return &Welford{
vector: make([]float64, windowSize),
cap: windowSize,
consecutiveStableIterationsThreshold: 10,
consecutiveStableIterationsThreshold: 42,
}
}

Expand Down

0 comments on commit 650af1c

Please sign in to comment.