File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 58
58
- name : Run no profile test
59
59
run : |
60
60
export DD_PROFILING_ENABLED=Off
61
- export DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED=1
62
- export DD_PROFILING_EXPERIMENTAL_EXCEPTION_ENABLED=1
63
- export DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE=1
61
+ export DD_PROFILING_EXPERIMENTAL_FEATURES_ENABLED=1
64
62
php -d extension=target/release/libdatadog_php_profiling.so --ri datadog-profiling
65
63
for test_case in "allocations" "time" "strange_frames" "timeline" "exceptions"; do
66
64
mkdir -p profiling/tests/correctness/"$test_case"/
75
73
- name : Run tests
76
74
run : |
77
75
export DD_PROFILING_LOG_LEVEL=trace
78
- export DD_PROFILING_EXPERIMENTAL_TIMELINE_ENABLED=1
79
- export DD_PROFILING_EXPERIMENTAL_EXCEPTION_ENABLED=1
76
+ export DD_PROFILING_EXPERIMENTAL_FEATURES_ENABLED=1
80
77
export DD_PROFILING_EXPERIMENTAL_EXCEPTION_SAMPLING_DISTANCE=1
81
78
php -d extension=target/release/libdatadog_php_profiling.so --ri datadog-profiling
82
79
for test_case in "allocations" "time" "strange_frames" "timeline" "exceptions"; do
You can’t perform that action at this time.
0 commit comments