-
Notifications
You must be signed in to change notification settings - Fork 7
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
Benchmarks #10
Benchmarks #10
Conversation
The Benchmark project is being created as nuget and published. |
using DeviceDetectorNET; | ||
using MyCSharp.HttpUserAgentParser.Providers; | ||
|
||
namespace MyCSharp.HttpUserAgentParser.Benchmarks.LibraryComparison |
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.
we should move the copied source of UserAgent in the current benchmark project too to compare without caching
CI is not triggered, but why? |
fix trigger
What's the easiest way? I can't see the forest of the trees at the moment. |
done |
i have a better idea |
src/MyCSharp.HttpUserAgentParser.AspNetCore/MyCSharp.HttpUserAgentParser.AspNetCore.csproj
Show resolved
Hide resolved
perf/MyCSharp.HttpUserAgentParser.Benchmarks/ExternalCode/UserAgentServiceUserAgent.cs
Show resolved
Hide resolved
What do you think about 5b8213f? I verifyed it works as it should. |
I think the explicit behavior is easier to understand / manage if we use this in other projects etc |
Makes, sense, I'll revert this one. |
This reverts commit 5b8213f.
Damned, I didn't look enough, now it's a merge-commit instead a squash-merge (for linear history). |
Nooo, squad marge does not work with NerdBank GitVersioning! |
We have this in the other repos too? |
Yes, we had a large discussion in other repos and decided to not use squash merge |
I missed that (can remember the discussion, but not a conclusion), and I'm not fine with not using squash merge. Merge commit ruin the history. |
Just read the same issue. |
for all I care, we can only ship stable packages |
👍🏻 agree. |
Fixes #2
Based on top of benchs added in #1