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

KarpelesLab / goro / 25207297956
13%

Build:
DEFAULT BRANCH: master
Ran 01 May 2026 07:59AM UTC
Jobs 1
Files 371
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

01 May 2026 07:55AM UTC coverage: 1.953% (-0.001%) from 1.954%
25207297956

push

github

MagicalTux
perf: cache literal *ZVal at compile time in runZVal

Scalar literals (int/float/string/bool/null) are now wrapped
once and the same *ZVal is reused on every Run() — eliminates
the per-iter ZInt.ZVal alloc that dominated tight loops.

For for ($i = 0; $i < 100000; $i++) the literal 100000 went
from 100000 allocs/iter to 1.

Bench impact (vs. baseline):
  Arithmetic    -32% allocs, -15% CPU
  StringConcat  -34% allocs, -19% CPU
  ArrayOps      -15% allocs, -14% CPU
  FunctionCalls  -6% allocs,  -9% CPU

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

0 of 10 new or added lines in 2 files covered. (0.0%)

33 existing lines in 1 file now uncovered.

2189 of 112067 relevant lines covered (1.95%)

70.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
0.0
0.0% core/compiler/run-zval.go
3
7.45
-0.43% core/phpv/zval.go

Coverage Regressions

Lines Coverage ∆ File
33
7.45
-0.43% core/phpv/zval.go
Jobs
ID Job ID Ran Files Coverage
1 25207297956.1 01 May 2026 07:59AM UTC 371
1.95
GitHub Action Run
Source Files on build 25207297956
  • Tree
  • List 371
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25207297956
  • 8361207b on github
  • Prev Build on master (#25206536277)
  • Next Build on master (#25321981980)
  • 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