We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecee2d0 commit ec0ee23Copy full SHA for ec0ee23
.evergreen/perfcomp/compare.go
@@ -61,7 +61,7 @@ type StableRegion struct {
61
TimeSeriesInfo TimeSeriesInfo
62
Start any `bson:"start"`
63
End any `bson:"end"`
64
- Values []float64 `bson:"values"` // All microbenchmark values that makes up the stable region
+ Values []float64 `bson:"values"` // All microbenchmark values that make up the stable region
65
StartOrder int64 `bson:"start_order"`
66
EndOrder int64 `bson:"end_order"`
67
Mean float64 `bson:"mean"`
0 commit comments