Skip to content

Refactor assertion property name in StringFunctionTests #731

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 1 commit into from
Mar 20, 2025

Conversation

bpfz
Copy link
Contributor

@bpfz bpfz commented Mar 20, 2025

Updated the property name in the assertion from FirstLetter to NameParts for better clarity. This change accurately reflects the data being processed by the Regex.Split method, which splits full names into their constituent parts.

Updated the property name in the assertion from `FirstLetter` to `NameParts` for better clarity. This change accurately reflects the data being processed by the `Regex.Split` method, which splits full names into their constituent parts.
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: e141ee5 Previous: 22d4209 Ratio
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.InnerJoin 404284150 ns (± 13486511.621637212) 458826533.3333333 ns (± 10640413.19005047) 0.88
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.LeftJoin 495693300 ns (± 12967077.33325697) 564994640 ns (± 28550338.329818636) 0.88
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ProjectionAndNormalization 146970080 ns (± 18315732.419792674) 169842820 ns (± 7144067.768715523) 0.87
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.SumAggregation 141688130 ns (± 17003960.14866341) 171581250 ns (± 12415362.812660772) 0.83
FlowtideDotNet.Benchmarks.Stream.StreamBenchmark.ListAggWithMapAggregation 1824941870 ns (± 123658159.00362669) 1982296640 ns (± 123349811.75190067) 0.92

This comment was automatically generated by workflow using github-action-benchmark.

@bpfz bpfz merged commit 260fcbd into main Mar 20, 2025
7 checks passed
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