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

99designs / gqlgen / 22872949870
0%
master: 0%

Build:
Build:
LAST BUILD BRANCH: feature/update-integration-tests
DEFAULT BRANCH: master
Ran 09 Mar 2026 08:22PM UTC
Jobs 1
Files 0
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

09 Mar 2026 08:11PM UTC coverage: 0.0%. Remained the same
22872949870

Pull #4070

github

NGO Yizraeli
feat: add configurable performance options with defaults disabled

New config options (all default to false):
- fast_validation: Use -gcflags="-N -l" for ~2x faster cold cache validation
- skip_import_grouping: Use format.Source for ~10x faster formatting (no import grouping)
- use_light_mode_prefetch: Use NeedName|NeedFiles|NeedModule for ~200x faster package loading
- use_buffer_pooling: Reuse buffers via sync.Pool to reduce GC ~25%

All new options default to false for backward compatibility:
- false = OLD behavior (what users currently experience)
- true = NEW optimization (opt-in for performance gains)

Example gqlgen.yml for maximum speed:
```yaml
fast_validation: true
skip_import_grouping: true
use_light_mode_prefetch: true
use_buffer_pooling: true
```
Pull Request #4070: Feature/optimize packages load validation

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22872949870.1 09 Mar 2026 08:22PM UTC 0
0.0
GitHub Action Run
Source Files on build 22872949870
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #4070
  • PR Base - master (#22833022762)
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