Fix compile error in StringRepeating benchmark

This commit is contained in:
Valeriy Van
2023-02-09 13:36:48 +02:00
parent 542c88d964
commit f18d76f98a

View File

@@ -12,7 +12,7 @@
import TestsUtils
public let StringRepeating = [
public let benchmarks = [
BenchmarkInfo(name: "StringRepeatingSingleAsciiCharacterCount10",
runFunction: run_singleAsciiCharacterCount10,
tags: [.validation, .api, .String]),