Skip to content

Commit dbcb7fd

Browse files
committed
Fix spacing
1 parent 9c8e567 commit dbcb7fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/RegexBenchmark/CLI.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ struct Runner: ParsableCommand {
4242
Enable tracing of the engine (warning: lots of output). Prints out processor state each cycle
4343
4444
Note: swift-experimental-string-processing must be built with processor measurements enabled
45-
4645
swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
46+
4747
""")
4848
var enableTracing: Bool = false
4949

5050
@Flag(help: """
5151
Enable engine metrics (warning: lots of output). Prints out cycle count, instruction counts, number of backtracks
5252
5353
Note: swift-experimental-string-processing must be built with processor measurements enabled
54-
5554
swift build -c release -Xswiftc -DPROCESSOR_MEASUREMENTS_ENABLED
55+
5656
""")
5757
var enableMetrics: Bool = false
5858

59-
@Flag(help: "Include firstMatch benchmarks in CrossBenchmark (off by default")
59+
@Flag(help: "Include firstMatch benchmarks in CrossBenchmark (off by default)")
6060
var includeFirst: Bool = false
6161

6262
mutating func run() throws {

0 commit comments

Comments
 (0)