Skip to content

Commit 6837afa

Browse files
authored
Fix accidentally modified benchmark name (#58)
1 parent 5f5cbe2 commit 6837afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BenchmarkMinimalExample/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import Benchmark
1616

17-
benchmark("\"quoted\"") {
17+
benchmark("add string no capacity") {
1818
var x1: String = ""
1919
for _ in 1...1000 {
2020
x1 += "hi"

0 commit comments

Comments
 (0)