Skip to content

Commit

Permalink
temporary commit - Set DD_AUTOLOAD_NO_COMPILE=true in phpbench conf
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 8, 2024
1 parent 5d3e500 commit d8390fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/phpbench-opcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"runner.php_env": {
"DD_TRACE_OTEL_ENABLED": "true",
"DD_TRACE_TEST_SAPI": "cgi-fcgi",
"DD_TRACE_SIDECAR_TRACE_SENDER": "true"
"DD_TRACE_SIDECAR_TRACE_SENDER": "true",
"DD_AUTOLOAD_NO_COMPILE": "true"
},
"runner.php_config": {
"zend_extension": "opcache.so",
Expand Down
3 changes: 2 additions & 1 deletion tests/phpbench.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"runner.php_env": {
"DD_TRACE_OTEL_ENABLED": "true",
"DD_TRACE_TEST_SAPI": "cgi-fcgi",
"DD_TRACE_SIDECAR_TRACE_SENDER": "true"
"DD_TRACE_SIDECAR_TRACE_SENDER": "true",
"DD_AUTOLOAD_NO_COMPILE": "true",
},
"report.generators": {
"all": {
Expand Down

0 comments on commit d8390fc

Please sign in to comment.