Skip to content

Commit

Permalink
fix(patch): Reenable benchmark init (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassila authored Jan 9, 2024
1 parent df284bb commit 174c8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/BenchmarkTool/BenchmarkTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 174c8b6

Please sign in to comment.