Index: ct/go/poller/main.go |
diff --git a/ct/go/poller/main.go b/ct/go/poller/main.go |
index b6b87c4c08342708a89f50cfcf6a8e0cc2602874..83364a420468152b21d3df23e82bcb4cac5f69ba 100644 |
--- a/ct/go/poller/main.go |
+++ b/ct/go/poller/main.go |
@@ -311,8 +311,9 @@ func (task *ChromiumPerfTask) Execute() error { |
// upload to Google Storage, eventually we should move the upload step here to avoid writing |
// to disk. |
for fileSuffix, patch := range map[string]string{ |
- ".chromium.patch": task.ChromiumPatch, |
- ".skia.patch": task.SkiaPatch, |
+ ".chromium.patch": task.ChromiumPatch, |
+ ".skia.patch": task.SkiaPatch, |
+ ".benchmark.patch": task.BenchmarkPatch, |
} { |
// Add an extra newline at the end because git sometimes rejects patches due to |
// missing newlines. |