Merge pull request #76782 from swiftlang/egorzhdan/benchmark-bump-size

[cxx-interop] Increase the size of `std::string`s in benchmarks
This commit is contained in:
Egor Zhdan
2024-10-02 17:29:45 +01:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ import CxxStdlibPerformance
import CxxStdlib
let cxxStringSize = 1_000_000
let swiftStringSize = 25_000
let swiftStringSize = 1_000_000
var cxxString: std.string? = nil
var swiftString: String? = nil