Datadog.Trace.BenchmarkDotNet
2.61.0
Prefix Reserved
dotnet add package Datadog.Trace.BenchmarkDotNet --version 2.61.0
NuGet\Install-Package Datadog.Trace.BenchmarkDotNet -Version 2.61.0
<PackageReference Include="Datadog.Trace.BenchmarkDotNet" Version="2.61.0" />
paket add Datadog.Trace.BenchmarkDotNet --version 2.61.0
#r "nuget: Datadog.Trace.BenchmarkDotNet, 2.61.0"
// Install Datadog.Trace.BenchmarkDotNet as a Cake Addin #addin nuget:?package=Datadog.Trace.BenchmarkDotNet&version=2.61.0 // Install Datadog.Trace.BenchmarkDotNet as a Cake Tool #tool nuget:?package=Datadog.Trace.BenchmarkDotNet&version=2.61.0
Datadog.Trace.BenchmarkDotNet NuGet package
This package contains the BenchmarkDotNet exporter and instrumentation for Datadog CI Visibility.
Compatibility
BenchmarkDotNet 0.13.2
and above
Getting Started
- Add the
Datadog.Trace.BenchmarkDotNet
NuGet package to your project, usingdotnet add package Datadog.Trace.BenchmarkDotNet
, for example. - Configure your project to use the Datadog.Trace.BenchmarkDotNet exporter, as described below
- Configure your CI provider to report via the Datadog Agent or agentless, as described in the documentation
- Run the benchmark project and check results on Datadog CI Test Visibility.
Configure the project
There's two way to configure a benchmark project to use the Datadog's exporter:
By Attribute
Add the DatadogDiagnoser
attribute to the benchmark class.
using BenchmarkDotNet.Attributes;
using Datadog.Trace.BenchmarkDotNet;
[DatadogDiagnoser]
[MemoryDiagnoser]
public class OperationBenchmark
{
[Benchmark]
public void Operation()
{
// ...
}
}
By Configuration
Use the WithDatadog()
extension method on the current project configuration:
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;
using Datadog.Trace.BenchmarkDotNet;
var config = DefaultConfig.Instance
.WithDatadog();
BenchmarkRunner.Run<OperationBenchmark>(config);
Get in touch
If you have questions, feedback, or feature requests, reach our support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- BenchmarkDotNet (>= 0.13.2)
- Datadog.Trace (>= 2.61.0)
-
.NETFramework 4.6.1
- BenchmarkDotNet (>= 0.13.2)
- Datadog.Trace (>= 2.61.0)
-
.NETStandard 2.0
- BenchmarkDotNet (>= 0.13.2)
- Datadog.Trace (>= 2.61.0)
-
net6.0
- BenchmarkDotNet (>= 0.13.2)
- Datadog.Trace (>= 2.61.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Datadog.Trace.BenchmarkDotNet:
Package | Downloads |
---|---|
TimeItSharp.Common
Command execution time meter library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.61.0 | 45 | 11/6/2024 |
2.60.0 | 101 | 10/24/2024 |
2.59.0 | 190 | 9/16/2024 |
2.58.0 | 116 | 9/2/2024 |
2.57.0 | 10,316 | 8/14/2024 |
2.56.0 | 120 | 7/25/2024 |
2.55.0 | 116 | 7/18/2024 |
2.54.0 | 124 | 7/9/2024 |
2.53.2 | 171 | 6/19/2024 |
2.53.1 | 122 | 6/17/2024 |
2.53.0 | 104 | 6/11/2024 |
2.52.0 | 128 | 5/23/2024 |
2.51.0 | 154 | 5/6/2024 |
2.50.0 | 157 | 4/17/2024 |
2.49.0 | 180 | 3/18/2024 |
2.48.0 | 169 | 2/29/2024 |
2.47.0 | 20,529 | 2/14/2024 |
2.46.0 | 145 | 1/24/2024 |
2.45.0 | 153 | 1/10/2024 |
2.44.0 | 274 | 12/19/2023 |
2.43.0 | 305 | 12/5/2023 |
2.42.0 | 261 | 11/21/2023 |
2.41.0 | 241 | 11/6/2023 |
2.40.0 | 152 | 10/16/2023 |
2.39.0 | 160 | 10/11/2023 |
2.38.0 | 156 | 9/20/2023 |
2.37.0 | 174 | 8/31/2023 |
2.36.0 | 178 | 8/23/2023 |
2.35.0 | 172 | 7/31/2023 |
2.34.0 | 184 | 7/25/2023 |
2.33.0 | 346 | 7/4/2023 |
2.32.0 | 190 | 6/20/2023 |
2.31.0 | 194 | 5/31/2023 |
2.30.0 | 199 | 5/5/2023 |
2.29.0 | 229 | 4/17/2023 |
2.28.0 | 240 | 4/12/2023 |
2.27.0 | 266 | 3/24/2023 |
2.26.0 | 279 | 3/9/2023 |
2.24.1 | 291 | 2/27/2023 |
2.24.0 | 309 | 2/24/2023 |
See release notes at https://github.com/DataDog/dd-trace-dotnet/releases.
Please note that Datadog does not support tracing (manual or automatic) in partial-trust environments.