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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/text-0.37.0
DEFAULT BRANCH: master
Ran 09 Mar 2026 08:22PM UTC
Files 0
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

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

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

Source Files on job 22872949870.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22872949870
  • f6120299 on github
  • Prev Job for on feature/optimize-packages-load-validation (#22833022762.1)
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