Skip to content

[Profiler] Fix integration tests build#6831

Merged
andrewlock merged 1 commit into
masterfrom
gleocadie/fix-profiler-integration-tests
Apr 9, 2025
Merged

[Profiler] Fix integration tests build#6831
andrewlock merged 1 commit into
masterfrom
gleocadie/fix-profiler-integration-tests

Conversation

@gleocadie

Copy link
Copy Markdown
Collaborator

Summary of changes

Fix profiler tests build.

Reason for change

Since #6769, profiler integration tests project cannot be built.

Implementation details

Add missing C# files.

Test coverage

Other details

@gleocadie gleocadie requested a review from a team as a code owner April 9, 2025 09:02
@github-actions github-actions Bot added the area:profiler Issues related to the continous-profiler label Apr 9, 2025
@datadog-datadog-prod-us1

datadog-datadog-prod-us1 Bot commented Apr 9, 2025

Copy link
Copy Markdown

Datadog Report

All test runs 33eca61 🔗

2 Total Test Services: 0 Failed, 2 Passed

Test Services
Service Name Failed Known Flaky New Flaky Passed Skipped Total Time Test Service View
dd-trace-dotnet 0 0 0 256399 2991 22h 59m 49.8s Link
exploration_tests 0 0 0 22085 3 2m 10.1s Link

@andrewlock

Copy link
Copy Markdown
Member

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:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

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 (6831) - mean (70ms)  : 67, 73
     .   : milestone, 70,
    master - mean (74ms)  : 66, 82
     .   : milestone, 74,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (1,005ms)  : 981, 1029
     .   : milestone, 1005,
    master - mean (1,054ms)  : 924, 1184
     .   : milestone, 1054,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6831) - mean (103ms)  : 101, 106
     .   : milestone, 103,
    master - mean (103ms)  : 101, 105
     .   : milestone, 103,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (694ms)  : 680, 709
     .   : milestone, 694,
    master - mean (694ms)  : 679, 710
     .   : milestone, 694,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6831) - mean (90ms)  : 87, 92
     .   : milestone, 90,
    master - mean (90ms)  : 88, 91
     .   : milestone, 90,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (646ms)  : 631, 662
     .   : milestone, 646,
    master - mean (647ms)  : 630, 663
     .   : milestone, 647,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6831) - mean (189ms)  : 184, 193
     .   : milestone, 189,
    master - mean (190ms)  : 187, 193
     .   : milestone, 190,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (1,102ms)  : 1079, 1125
     .   : milestone, 1102,
    master - mean (1,104ms)  : 1072, 1136
     .   : milestone, 1104,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6831) - mean (268ms)  : 265, 272
     .   : milestone, 268,
    master - mean (268ms)  : 264, 272
     .   : milestone, 268,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (871ms)  : 839, 903
     .   : milestone, 871,
    master - mean (878ms)  : 849, 907
     .   : milestone, 878,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6831) - mean (260ms)  : 257, 264
     .   : milestone, 260,
    master - mean (261ms)  : 257, 265
     .   : milestone, 261,

    section CallTarget+Inlining+NGEN
    This PR (6831) - mean (861ms)  : 824, 898
     .   : milestone, 861,
    master - mean (870ms)  : 780, 959
     .   : milestone, 870,

Loading

@andrewlock andrewlock merged commit 5e1def7 into master Apr 9, 2025
@andrewlock andrewlock deleted the gleocadie/fix-profiler-integration-tests branch April 9, 2025 11:22
@github-actions github-actions Bot added this to the vNext-v3 milestone Apr 9, 2025
chojomok pushed a commit that referenced this pull request Jul 15, 2025
## Summary of changes
Fix profiler tests build.
## Reason for change

Since #6769, profiler
integration tests project cannot be built.
## Implementation details

Add missing C# files.
## Test coverage

## Other details
<!-- Fixes #{issue} -->

<!-- ⚠️ Note: where possible, please obtain 2 approvals prior to
merging. Unless CODEOWNERS specifies otherwise, for external teams it is
typically best to have one review from a team member, and one review
from apm-dotnet. Trivial changes do not require 2 reviews. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:profiler Issues related to the continous-profiler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants