Skip to content

Commit 57cf4ce

Browse files
authored
[benchmark] Add integer-to-string benchmark (#85209)
A companion to #85180. <!-- If this pull request is targeting a release branch, please fill out the following form: https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1 Otherwise, replace this comment with a description of your changes and rationale. Provide links to external references/discussions if appropriate. If this pull request resolves any GitHub issues, link them like so: Resolves <link to issue>, resolves <link to another issue>. For more information about linking a pull request to an issue, see: https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue --> <!-- Before merging this pull request, you must run the Swift continuous integration tests. For information about triggering CI builds via @swift-ci, see: https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md#swift-ci Thank you for your contribution to Swift! -->
1 parent 9d3a975 commit 57cf4ce

File tree

3 files changed

+634
-0
lines changed

3 files changed

+634
-0
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ set(SWIFT_BENCH_MODULES
109109
single-source/IndexPathTest
110110
single-source/InsertCharacter
111111
single-source/IntegerParsing
112+
single-source/IntegerToString
112113
single-source/Integrate
113114
single-source/IterateData
114115
single-source/Join

0 commit comments

Comments
 (0)