Skip to content

Commit f18d76f

Browse files
committed
Fix compile error in StringRepeating benchmark
1 parent 542c88d commit f18d76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/StringRepeating.swift

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

1313
import TestsUtils
1414

15-
public let StringRepeating = [
15+
public let benchmarks = [
1616
BenchmarkInfo(name: "StringRepeatingSingleAsciiCharacterCount10",
1717
runFunction: run_singleAsciiCharacterCount10,
1818
tags: [.validation, .api, .String]),

0 commit comments

Comments
 (0)