Skip to content

Commit a5a5236

Browse files
authored
fix minor typo in command in benchmarks/readme
1 parent 7556f9c commit a5a5236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The benchmark suite can be built with swiftpm/llbuild without needing any help
140140
from build-script by invoking swift build in the benchmark directory:
141141

142142
```
143-
swift-source/swift/benchmark$ swift build -configuration release
143+
swift-source/swift/benchmark$ swift build --configuration release
144144
swift-source/swift/benchmark$ .build/release/SwiftBench
145145
#,TEST,SAMPLES,MIN(μs),MAX(μs),MEAN(μs),SD(μs),MEDIAN(μs)
146146
1,Ackermann,1,169,169,169,0,169

0 commit comments

Comments
 (0)