Skip to content

Commit e30d8d7

Browse files
committed
updated performance context
1 parent 392c835 commit e30d8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/perfcomp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func findLastStableRegion(testname string, measurement string, coll *mongo.Colle
181181
{"time_series_info.test", testname},
182182
{"time_series_info.measurement", measurement},
183183
{"last", true},
184-
{"contexts", []string{"GoDriver perf (h-score)"}},
184+
{"contexts", bson.D{{"$in", bson.A{"GoDriver perf task"}}}},
185185
}
186186

187187
findOptions := options.FindOne().SetSort(bson.D{{"end", -1}})

0 commit comments

Comments
 (0)