Skip to content

Commit 9e48f45

Browse files
committed
Add todo for project switching
1 parent 760e4c7 commit 9e48f45

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
@@ -216,7 +216,7 @@ func findLastStableRegion(ctx context.Context, project string, testname string,
216216
{"time_series_info.test", testname},
217217
{"time_series_info.measurement", measurement},
218218
{"last", true},
219-
{"contexts", bson.D{{"$in", bson.A{"GoDriver perf task"}}}},
219+
{"contexts", bson.D{{"$in", bson.A{"GoDriver perf task"}}}}, // TODO (GODRIVER-3102): Refactor perf context for project switching.
220220
}
221221

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

0 commit comments

Comments
 (0)