Skip to content

Commit ec0ee23

Browse files
committed
Cleanup
1 parent ecee2d0 commit ec0ee23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/perfcomp/compare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type StableRegion struct {
6161
TimeSeriesInfo TimeSeriesInfo
6262
Start any `bson:"start"`
6363
End any `bson:"end"`
64-
Values []float64 `bson:"values"` // All microbenchmark values that makes up the stable region
64+
Values []float64 `bson:"values"` // All microbenchmark values that make up the stable region
6565
StartOrder int64 `bson:"start_order"`
6666
EndOrder int64 `bson:"end_order"`
6767
Mean float64 `bson:"mean"`

0 commit comments

Comments
 (0)