mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix compile error in StringRepeating benchmark
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
import TestsUtils
|
import TestsUtils
|
||||||
|
|
||||||
public let StringRepeating = [
|
public let benchmarks = [
|
||||||
BenchmarkInfo(name: "StringRepeatingSingleAsciiCharacterCount10",
|
BenchmarkInfo(name: "StringRepeatingSingleAsciiCharacterCount10",
|
||||||
runFunction: run_singleAsciiCharacterCount10,
|
runFunction: run_singleAsciiCharacterCount10,
|
||||||
tags: [.validation, .api, .String]),
|
tags: [.validation, .api, .String]),
|
||||||
|
|||||||
Reference in New Issue
Block a user