Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into more_more_benchmarks
  • Loading branch information
milseman authored Jun 21, 2022
commit 926d20834d5970a5f0e2299807f8ce7642b71fe1
1 change: 1 addition & 0 deletions Sources/RegexBenchmark/Suite/CssRegex.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import _StringProcessing
extension BenchmarkRunner {
mutating func addCSS() {
let r = #"--([a-zA-Z0-9_-]+)\s*:\s*(.*?);"#

let css = CrossBenchmark(
baseName: "css", regex: r, input: Inputs.swiftOrgCSS)
css.register(&self)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.