mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user