Skip to content

feat(profiling) report PHP build (NTS vs ZTS)#2536

Merged
realFlowControl merged 1 commit intomasterfrom
florian/tag-zts
Mar 8, 2024
Merged

feat(profiling) report PHP build (NTS vs ZTS)#2536
realFlowControl merged 1 commit intomasterfrom
florian/tag-zts

Conversation

@realFlowControl
Copy link
Copy Markdown
Member

@realFlowControl realFlowControl commented Feb 23, 2024

Description

PROF-9204 / #2070

This PR will add the PHP build (ZTS vs NTS) as a tag (runtime_engine) to the profiles. In more detail: we will start reporting ZTS as zend-zts-ndebug and NTS as zend-nts-ndebug(because there is no debug build support so far). In case we would support debug builds, we'd also add a zend-nts-debug and zend-zts-debug value.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

@realFlowControl realFlowControl marked this pull request as ready for review February 23, 2024 10:22
@realFlowControl realFlowControl requested a review from a team as a code owner February 23, 2024 10:22
@github-actions github-actions Bot added profiling Relates to the Continuous Profiler tracing labels Feb 23, 2024
Copy link
Copy Markdown
Collaborator

@bwoebi bwoebi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me :-)

Comment thread profiling/src/lib.rs
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Feb 26, 2024

Benchmarks

Benchmark execution time: 2024-03-08 13:57:08

Comparing candidate commit 901496c in PR branch florian/tag-zts with baseline commit 2e1ed12 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 18 metrics, 3 unstable metrics.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 26, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.08%. Comparing base (2e1ed12) to head (901496c).
⚠️ Report is 885 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2536      +/-   ##
============================================
+ Coverage     75.91%   77.08%   +1.16%     
  Complexity     2574     2574              
============================================
  Files           240      214      -26     
  Lines         27029    23057    -3972     
  Branches        976        0     -976     
============================================
- Hits          20519    17773    -2746     
+ Misses         5990     5284     -706     
+ Partials        520        0     -520     
Flag Coverage Δ
appsec-extension ?
tracer-extension 78.70% <ø> (ø)
tracer-php 75.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 26 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e1ed12...901496c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@realFlowControl realFlowControl changed the title feat(profiling) report PHP flavour (NTS vs ZTS) feat(profiling) report PHP build (NTS vs ZTS) Mar 8, 2024
@realFlowControl realFlowControl merged commit d438927 into master Mar 8, 2024
@realFlowControl realFlowControl deleted the florian/tag-zts branch March 8, 2024 15:19
@github-actions github-actions Bot added this to the 0.99.0 milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

profiling Relates to the Continuous Profiler tracing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants