We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f597c6 + e6e5524 commit 0005b95Copy full SHA for 0005b95
benchmark/cxx-source/CxxStringConversion.swift
@@ -15,7 +15,7 @@ import CxxStdlibPerformance
15
import CxxStdlib
16
17
let cxxStringSize = 1_000_000
18
-let swiftStringSize = 25_000
+let swiftStringSize = 1_000_000
19
20
var cxxString: std.string? = nil
21
var swiftString: String? = nil
0 commit comments