-
Notifications
You must be signed in to change notification settings - Fork 145
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
Running All Datadog.Trace.ClrProfiler.IntegrationTests Tests Serially #5310
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 331466 Passed, 1594 Skipped, 35m 26.58s Wall Time |
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (74ms) : 66, 82
. : milestone, 74,
master - mean (74ms) : 67, 82
. : milestone, 74,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (1,005ms) : 987, 1024
. : milestone, 1005,
master - mean (1,027ms) : 1010, 1044
. : milestone, 1027,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (110ms) : 107, 113
. : milestone, 110,
master - mean (113ms) : 109, 117
. : milestone, 113,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (734ms) : 710, 758
. : milestone, 734,
master - mean (750ms) : 733, 767
. : milestone, 750,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (95ms) : 92, 97
. : milestone, 95,
master - mean (96ms) : 93, 100
. : milestone, 96,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (694ms) : 668, 720
. : milestone, 694,
master - mean (706ms) : 688, 723
. : milestone, 706,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (188ms) : 186, 191
. : milestone, 188,
master - mean (187ms) : 185, 190
. : milestone, 187,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (1,082ms) : 1055, 1108
. : milestone, 1082,
master - mean (1,082ms) : 1061, 1103
. : milestone, 1082,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (271ms) : 268, 274
. : milestone, 271,
master - mean (270ms) : 265, 275
. : milestone, 270,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (881ms) : 863, 898
. : milestone, 881,
master - mean (881ms) : 858, 904
. : milestone, 881,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (5310) - mean (259ms) : 256, 263
. : milestone, 259,
master - mean (260ms) : 257, 262
. : milestone, 260,
section CallTarget+Inlining+NGEN
This PR (5310) - mean (867ms) : 847, 886
. : milestone, 867,
master - mean (871ms) : 845, 897
. : milestone, 871,
|
Benchmarks Report for tracer 🐌Benchmarks for #5310 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 | 1.262 | 449.67 | 567.61 | bimodal |
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑netcoreapp3.1 | 1.134 | 759.28 | 861.37 | |
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net472 | 1.119 | 897.60 | 1,004.42 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 460ns | 2.63ns | 18.4ns | 0.00776 | 0 | 0 | 552 B |
master | StartFinishSpan |
netcoreapp3.1 | 709ns | 0.756ns | 2.83ns | 0.00739 | 0 | 0 | 552 B |
master | StartFinishSpan |
net472 | 776ns | 1.8ns | 6.98ns | 0.088 | 0 | 0 | 554 B |
master | StartFinishScope |
net6.0 | 578ns | 0.549ns | 2.13ns | 0.00945 | 0 | 0 | 672 B |
master | StartFinishScope |
netcoreapp3.1 | 759ns | 0.584ns | 2.26ns | 0.00895 | 0 | 0 | 672 B |
master | StartFinishScope |
net472 | 895ns | 1.5ns | 5.8ns | 0.1 | 0 | 0 | 634 B |
#5310 | StartFinishSpan |
net6.0 | 567ns | 1.14ns | 4.4ns | 0.00779 | 0 | 0 | 552 B |
#5310 | StartFinishSpan |
netcoreapp3.1 | 669ns | 1.08ns | 4.2ns | 0.00752 | 0 | 0 | 552 B |
#5310 | StartFinishSpan |
net472 | 775ns | 1.15ns | 4.46ns | 0.0877 | 0 | 0 | 554 B |
#5310 | StartFinishScope |
net6.0 | 621ns | 0.758ns | 2.93ns | 0.00933 | 0 | 0 | 672 B |
#5310 | StartFinishScope |
netcoreapp3.1 | 862ns | 0.87ns | 3.14ns | 0.00891 | 0 | 0 | 672 B |
#5310 | StartFinishScope |
net472 | 1μs | 1.43ns | 5.15ns | 0.1 | 0 | 0 | 634 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #5310
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0
1.128
615.27
694.31
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net6.0 | 1.128 | 615.27 | 694.31 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 615ns | 0.338ns | 1.31ns | 0.00951 | 0 | 0 | 672 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 932ns | 1.63ns | 6.32ns | 0.00894 | 0 | 0 | 672 B |
master | RunOnMethodBegin |
net472 | 1.05μs | 1.35ns | 5.23ns | 0.1 | 0 | 0 | 634 B |
#5310 | RunOnMethodBegin |
net6.0 | 693ns | 0.911ns | 3.53ns | 0.00936 | 0 | 0 | 672 B |
#5310 | RunOnMethodBegin |
netcoreapp3.1 | 929ns | 0.745ns | 2.88ns | 0.00947 | 0 | 0 | 672 B |
#5310 | RunOnMethodBegin |
net472 | 1.07μs | 1.57ns | 6.09ns | 0.101 | 0 | 0 | 634 B |
Throughput/Crank Report:zap:Throughput results for AspNetCoreSimpleController comparing the following branches/commits: Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red. Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards! gantt
title Throughput Linux x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5310) (10.984M) : 0, 10984048
master (11.017M) : 0, 11017015
benchmarks/2.9.0 (11.247M) : 0, 11247223
section Automatic
This PR (5310) (7.592M) : 0, 7592250
master (7.508M) : 0, 7508030
benchmarks/2.9.0 (8.075M) : 0, 8075266
section Trace stats
This PR (5310) (7.979M) : 0, 7978827
master (7.722M) : 0, 7721813
section Manual
This PR (5310) (9.667M) : 0, 9666773
master (9.535M) : 0, 9535238
section Manual + Automatic
This PR (5310) (7.347M) : 0, 7347272
master (7.064M) : 0, 7063872
section Version Conflict
This PR (5310) (6.549M) : 0, 6548810
master (6.347M) : 0, 6347078
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5310) (9.751M) : 0, 9750880
master (9.504M) : 0, 9503748
benchmarks/2.9.0 (9.694M) : 0, 9694479
section Automatic
This PR (5310) (6.401M) : 0, 6401359
master (6.599M) : 0, 6599196
section Trace stats
This PR (5310) (6.898M) : 0, 6897986
master (6.588M) : 0, 6587752
section Manual
This PR (5310) (8.260M) : 0, 8259760
master (8.179M) : 0, 8179137
section Manual + Automatic
This PR (5310) (6.187M) : 0, 6187070
master (6.190M) : 0, 6190340
section Version Conflict
This PR (5310) (5.537M) : 0, 5537190
master (5.558M) : 0, 5558386
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5310) (9.396M) : 0, 9395869
master (9.282M) : 0, 9281749
benchmarks/2.9.0 (9.301M) : 0, 9300867
section Automatic
This PR (5310) (6.679M) : 0, 6678560
master (6.684M) : 0, 6684085
benchmarks/2.9.0 (7.022M) : 0, 7021879
section Trace stats
This PR (5310) (6.921M) : 0, 6921073
master (6.915M) : 0, 6915432
section Manual
This PR (5310) (8.270M) : 0, 8270229
master (8.285M) : 0, 8284898
section Manual + Automatic
This PR (5310) (6.447M) : 0, 6446710
master (6.542M) : 0, 6541818
section Version Conflict
This PR (5310) (5.744M) : 0, 5744285
master (5.892M) : 0, 5891780
|
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.
🤞
Summary of changes
Added an
if
statement to disable running tests in parallel if they live within theDatadog.Trace.ClrProfiler.IntegrationTests
assembly.Reason for change
To test and monitor the error rate of tests within this assembly in
master
(if any 😼).