-
Notifications
You must be signed in to change notification settings - Fork 285
Add initial performance tests for XmlConvert. #2243
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
Conversation
|
I am sorry but I was not able to check against 7.0. I've tried to follow guides, but couldn't find how to build. |
|
@TrayanZapryanov no worries, it's a little unusual. Can you install the latest nightly 7.0 SDK from https://github.com/dotnet/installer? https://github.com/dotnet/performance/blob/b73570d6eea0e85003ae0b6d018c5c46eb7daef0/src/benchmarks/micro/README.md I will clarify the docs as soon as we figure out where you tripped up. |
Thanks for the hint - only installer was missing. |
|
One more thing that I was not able to solve is how to force runtime build to create Release ""testhost"" folder. but always found net7.0-windows-Debug-x64 after build Edit: |
|
One last thing that I cannot understand is why new results are slower : they have better memory profile.... |
Yup, it's just the defaults. I always spell it out explicitly -- |
67bff8b to
073cd46
Compare
danmoseley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! I fixed some tabs that crept in, and removed unnecessary setup.
adamsitnik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @TrayanZapryanov !
Related to improvements done in Issue 64868
Results from my PC
// * Summary *
BenchmarkDotNet=v0.13.1.1689-nightly, OS=Windows 10 (10.0.19043.1466/21H1/May2021Update)
11th Gen Intel Core i9-11900K 3.50GHz, 1 CPU, 16 logical and 8 physical cores
.NET SDK=6.0.101
[Host] : .NET 6.0.1 (6.0.121.56705), X64 RyuJIT
Job-DJFTTG : .NET 6.0.1 (6.0.121.56705), X64 RyuJIT
PowerPlanMode=00000000-0000-0000-0000-000000000000 Arguments=/p:DebugType=portable,-bl:benchmarkdotnet.binlog IterationTime=250.0000 ms
MaxIterationCount=20 MinIterationCount=15 WarmupCount=1
Before
After