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

optimizely / javascript-sdk / 17373825097
78%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2025 09:43AM UTC
Jobs 4
Files 120
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 Sep 2025 09:41AM UTC coverage: 79.143% (+0.005%) from 79.138%
17373825097

push

github

web-flow
[FSSDK-11787] fix config parsing performance (#1080)

Currently, variationIdMap is being populated as follows:

```
projectConfig.variationIdMap = {
      ...projectConfig.variationIdMap,
      ...keyBy(experiment.variations, 'id')
    };
```

This creates a new objects for each experiment unnecessarily. This causes large slowdown in project config parsing for datafiles containing a large number of experiments containing a large number of variations. 

This commit makes this more efficient.

1458 of 2783 branches covered (52.39%)

Branch coverage included in aggregate %.

13 of 14 new or added lines in 2 files covered. (92.86%)

8833 of 10220 relevant lines covered (86.43%)

335.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
83.54
0.06% lib/project_config/project_config.ts
Jobs
ID Job ID Ran Files Coverage
1 run-24 - 17373825097.1 01 Sep 2025 09:43AM UTC 120
79.14
GitHub Action Run
2 run-22 - 17373825097.2 01 Sep 2025 09:43AM UTC 120
79.14
GitHub Action Run
3 run-18 - 17373825097.3 01 Sep 2025 09:43AM UTC 120
79.14
GitHub Action Run
4 run-20 - 17373825097.4 01 Sep 2025 09:43AM UTC 120
79.14
GitHub Action Run
Source Files on build 17373825097
  • Tree
  • List 120
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • fb5e0127 on github
  • Prev Build on master (#16681472881)
  • Next Build on master (#17536762418)
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

© 2025 Coveralls, Inc