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

Redis integration benchmarking #576

Merged
merged 5 commits into from
Dec 5, 2019

Conversation

colin-higgins
Copy link
Member

Redis benchmarks

@DataDog/apm-dotnet

@colin-higgins colin-higgins requested a review from a team as a code owner December 2, 2019 22:37
@colin-higgins colin-higgins self-assigned this Dec 2, 2019
@@ -1,8 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net45;net461;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net452;net461;netcoreapp2.1;netcoreapp3.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

We generally want to use netstandard2.0 for class libraries and netcoreappX.Y for executables. Any specific reason for this change?

Copy link
Member Author

Choose a reason for hiding this comment

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

I couldn't reference System.Runtime.RuntimeInformation consistently with netstandard for some reason

Copy link
Member

@lucaspimentel lucaspimentel Dec 2, 2019

Choose a reason for hiding this comment

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

You may need the System.Runtime.InteropServices.RuntimeInformation NuGet package. It's what we do in Datadog.Trace.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you change these from netcoreapp# to netstandard2.0?

@colin-higgins colin-higgins force-pushed the colin/performance/redis-benchmarking branch from 401f4db to 071c809 Compare December 4, 2019 14:06
@colin-higgins colin-higgins added the type:performance Performance, speed, latency, resource usage (CPU, memory) label Dec 5, 2019
@colin-higgins colin-higgins merged commit 2563a2f into master Dec 5, 2019
@colin-higgins colin-higgins deleted the colin/performance/redis-benchmarking branch December 5, 2019 16:37
@colin-higgins colin-higgins added this to the 1.11.0-prerelease milestone Dec 10, 2019
MikeGoldsmith pushed a commit to lightstep/ls-trace-dotnet that referenced this pull request Mar 20, 2020
* Redis integration benchmarks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:performance Performance, speed, latency, resource usage (CPU, memory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants