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