Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DataDog/dd-trace-php into bob/win…
Browse files Browse the repository at this point in the history
…dows

Signed-off-by: Bob Weinand <[email protected]>
  • Loading branch information
bwoebi committed Feb 16, 2024
2 parents f5ca02d + bf53bdf commit 8d6e29f
Show file tree
Hide file tree
Showing 75 changed files with 990 additions and 605 deletions.
170 changes: 149 additions & 21 deletions .circleci/continue_config.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/workflows/prof_correctness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
done
- name: Check profiler correctness for allocations
if: matrix.phpts != 'zts'
uses: Datadog/prof-correctness/analyze@main
with:
expected_json: profiling/tests/correctness/allocations.json
Expand Down
121 changes: 98 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["components-rs", "profiling"]
members = ["components-rs", "components-rs/php_sidecar_mockgen", "profiling"]
resolver = "2"

[workspace.package]
Expand Down
Loading

0 comments on commit 8d6e29f

Please sign in to comment.