From 174c8b6552d7c80f2ae8fb465a8aa352b270ed2c Mon Sep 17 00:00:00 2001 From: Joakim Hassila Date: Tue, 9 Jan 2024 13:30:51 +0100 Subject: [PATCH] fix(patch): Reenable benchmark init (#219) --- Plugins/BenchmarkTool/BenchmarkTool.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/BenchmarkTool/BenchmarkTool.swift b/Plugins/BenchmarkTool/BenchmarkTool.swift index 9151e3ab..cbec495c 100644 --- a/Plugins/BenchmarkTool/BenchmarkTool.swift +++ b/Plugins/BenchmarkTool/BenchmarkTool.swift @@ -43,7 +43,7 @@ struct BenchmarkTool: AsyncParsableCommand { var benchmarkExecutablePaths: [String] = [] @Option(name: .long, help: "The targets") - var targets: [String] + var targets: [String] = [] @Option(name: .long, help: "The command to perform") var command: BenchmarkOperation