Skip to content

Commit 0005b95

Browse files
authored
Merge pull request #76782 from swiftlang/egorzhdan/benchmark-bump-size
[cxx-interop] Increase the size of `std::string`s in benchmarks
2 parents 7f597c6 + e6e5524 commit 0005b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/cxx-source/CxxStringConversion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import CxxStdlibPerformance
1515
import CxxStdlib
1616

1717
let cxxStringSize = 1_000_000
18-
let swiftStringSize = 25_000
18+
let swiftStringSize = 1_000_000
1919

2020
var cxxString: std.string? = nil
2121
var swiftString: String? = nil

0 commit comments

Comments
 (0)