Skip to content

[benchmark] Simplify and add more benchmarks #501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 21, 2022

Conversation

milseman
Copy link
Member

Add grapheme break benchmarks and adds a little more infrastructure

@milseman milseman requested a review from rctcwyvrn June 20, 2022 00:30
@milseman
Copy link
Member Author

@swift-ci please test

ty: .allMatches,
target: Inputs.swiftOrgCSS
)
let r = #"--([a-zA-Z0-9_-]+)\s*:\s*(.*?):"#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first and all are running at the same time because the regex isn't matching anything, there should be a semicolon at the end not a colon

let r = #"--([a-zA-Z0-9_-]+)\s*:\s*(.*?);"#

@milseman milseman merged commit 4cea05a into swiftlang:main Jun 21, 2022
@milseman milseman deleted the more_benchmarks branch June 21, 2022 00:57
rctcwyvrn pushed a commit to rctcwyvrn/swift-experimental-string-processing that referenced this pull request Jun 30, 2022
* [benchmark] Add no-capture version of grapheme breaking exercise

* [benchmark] Add cross-engine benchmark helpers

* [benchmark] Hangul Syllable finding benchmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants