We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0be3f commit 9b0f22fCopy full SHA for 9b0f22f
.github/workflows/prof_correctness.yml
@@ -129,6 +129,11 @@ jobs:
129
php -d extension=$PWD/target/profiler-release/libdatadog_php_profiling.so profiling/tests/correctness/allocation_time_combined.php
130
unset DD_PROFILING_ALLOCATION_ENABLED DD_PROFILING_ALLOCATION_SAMPLING_DISTANCE DD_PROFILING_WALL_TIME_ENABLED DD_PROFILING_EXPERIMENTAL_CPU_TIME_ENABLED DD_PROFILING_ENDPOINT_COLLECTION_ENABLED EXECUTION_TIME
131
132
+ - name: Temp upload pprof
133
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
134
+ with:
135
+ path: /home/runner/work/dd-trace-php/dd-trace-php/profiling/tests/correctness/allocation_time_combined/*
136
+
137
- name: Run ZTS tests
138
if: matrix.phpts == 'zts'
139
run: |
0 commit comments