• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jbboehr / php-perfidious / 30732173256
94%
master: 96%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 02 Aug 2026 04:20AM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Aug 2026 04:19AM UTC coverage: 96.272%. Remained the same
30732173256

push

github

jbboehr
Fix php-fpm vmtest: use software perf events, not hardware ones

CI failure: perf_event_open() failed for perf::PERF_COUNT_HW_CPU_CYCLES:u:
No such file or directory, under php-fpm on GitHub Actions' nix job. That
runner's KVM has PMU virtualization disabled ("kvm_amd: PMU virtualization
is disabled" in dmesg), so hardware perf counters aren't available to the
guest at all - split_and_open() fails outright for the default
perf::PERF_COUNT_HW_* metrics, global_handle()/request_handle() end up
null, and the test's own null-handling (correctly) fails the build.

Software events don't depend on hardware PMU virtualization support, so
point the test's perfidious.global.metrics/request.metrics at
perf::PERF_COUNT_SW_TASK_CLOCK:u instead.

749 of 778 relevant lines covered (96.27%)

1550.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30732173256.1 02 Aug 2026 04:20AM UTC 8
96.27
GitHub Action Run
Source Files on build 30732173256
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30732173256
  • 14c41a7b on github
  • Prev Build on develop (#30731309508)
  • Next Build on develop (#30733836433)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc