We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb6ba1 commit 2ef5d29Copy full SHA for 2ef5d29
1 file changed
.github/workflows/prof_correctness.yml
@@ -111,7 +111,6 @@ jobs:
111
unset DD_PROFILING_ALLOCATION_SAMPLING_DISTANCE
112
113
- name: Run allocation_time_combined test (PHP 8.4+)
114
- if: fromJSON(matrix.php-version) >= 8.4
115
run: |
116
export DD_PROFILING_LOG_LEVEL=trace
117
export DD_PROFILING_EXPERIMENTAL_FEATURES_ENABLED=1
@@ -182,7 +181,6 @@ jobs:
182
181
pprof_path: profiling/tests/correctness/timeline/
183
184
- name: Check profiler correctness for allocation_time_combined
185
186
uses: Datadog/prof-correctness/analyze@main
187
with:
188
expected_json: profiling/tests/correctness/allocation_time_combined.json
0 commit comments