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

rjrodger / shape / 23502229588 / 3
94%
main: 93%

Build:
Build:
LAST BUILD BRANCH: claude/analyze-performance-issues-XGVIs
DEFAULT BRANCH: main
Ran 24 Mar 2026 05:05PM UTC
Files 3
Run time 0s
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

24 Mar 2026 04:38PM UTC coverage: 93.272%. First build
23502229588.3

Pull #8

github

claude
Optimize performance: reduce allocations, eliminate O(n²) patterns, use Sets

- Replace JSON.parse/stringify clone with type-aware clone (handles RegExp, Date, arrays)
- Replace Object.entries().map() with for loop in nodizeDeep (eliminates throwaway array)
- Hoist key expression regex to module level (avoids recompilation per key)
- Convert skip depth/keys arrays to Sets for O(1) lookups in hot validation loop
- Use Set for node key dedup check instead of Array.includes()
- Optimize pathstr() to build string directly instead of slice/filter/join
- Simplify error array handling in handleValidate (eliminate 4 intermediate arrays)
- Replace keys().filter() with explicit for loops for extra property and element detection
- Fix redundant Object.assign({...spread}, obj) pattern in buildize()
- Consolidate 4 separate Array.splice() calls into single manual shift loop in Rename
- Replace error splice-in-loop with in-place compaction pattern

https://claude.ai/code/session_012jsDyFG3U7iARde6X2ZVxW
Pull Request #8: Optimize performance: reduce allocations and eliminate O(n²) patterns

1050 of 1164 branches covered (90.21%)

Branch coverage included in aggregate %.

1265 of 1318 relevant lines covered (95.98%)

14560.88 hits per line

Source Files on job 23502229588.3
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23502229588
  • 1a7d59f5 on github
  • Next Job for on claude/analyze-performance-issues-XGVIs (#23502315624.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc