Skip to content
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

Pr2965v2 #2990

Merged
merged 4 commits into from
Jan 8, 2021
Merged

Pr2965v2 #2990

merged 4 commits into from
Jan 8, 2021

Conversation

DickBaker
Copy link
Contributor

Roji, Hi

Hope this PR2965v2 will be acceptable (I removed editorconfig and Console.Read contentious bits).
NB I explicitly added SqlClient v2.1.1 (18/12/2020) as I recall you recommended it during an EF StandUp (despite not direct dependent in parent EFCoreSqlServer v5.0.1 package). I got some different BM Ratio etc that may relate so I added that to the PR commit [suggest you drop it before merge into master branch].

In response to your encouragement [thanks!] and as noted in earlier comment, I am working up a more complex perf scenario in a separate file some doesn't muddy the stream [or frighten the newts/newbies]. Am looking forward to your/AV/team response as results show some wild Ratios [yup, real-world experience in consulting-land], so I hope you/RoW will enjoy and not take fright and bury it [the censorship we are currently experiencing in UK]. Happy 2021 to the team!

Dick Baker added 3 commits December 26, 2020 11:12
2. set Optimise=true (Release build) as Benchmark guidelines
3. append Readkey so results viewable
4. make [some] methods static as analyzer suggestions
5. add .editorconfig file for contributor consistency
explicit SqlClient v2.1.1
my results FYI (YMMV!)
@@ -0,0 +1,57 @@
// * Summary *
Copy link
Contributor

Choose a reason for hiding this comment

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

If this file is not used in doc pages then should remove it. It represent one snapshot of benchmark run. User may get confused seeing different data when they run.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, also note that there are also some results inline on the page.

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

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

LGTM, will merge once AverageBlogRanking_20210107.txt is removed.

@@ -0,0 +1,57 @@
// * Summary *
Copy link
Member

Choose a reason for hiding this comment

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

Yeah, also note that there are also some results inline on the page.

@DickBaker
Copy link
Contributor Author

glad we are getting closer, and happy for that .txt file to be removed in the final cut [was just there to contrast the Ratio/etc results as on docco compared with my 1-off experience, and was just there to invite you to re-run "officially" and alter any docco as appropriate. BTW I forgot to flag the Issue #2964 (to be closed when you merge the revised Dickbits).

Anyway I am about to upload my next PR to answer my Issue #2991 to keep you guys amused. [please don't ask me to rebase it if/when you merge in the earlier bits]. Enjoy

<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
Copy link
Contributor

Choose a reason for hiding this comment

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

2 space indentation in csproj files please.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I suppose that an authoritative .editorconfig would have enforced this to give consistent result that we can all celebrate [hooray!]. Anyway, as PR Contributor I always tick the "Collaborators can red-ink and re-hack-at-will" [ok it only nearly says that] so go for pasteurised merge and then we can all move on

Copy link
Member

Choose a reason for hiding this comment

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

Am also removing the package reference to SqlClient. While it's indeed a good idea to use the latest SqlClient, I'd really rather keep our samples as simple as possible etc.

Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

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

Approving after fixup

@roji roji merged commit 67153e6 into dotnet:master Jan 8, 2021
@roji
Copy link
Member

roji commented Jan 8, 2021

Thanks @DickBaker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants