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

KarpelesLab / slirp / 23948285904
71%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2026 01:44PM UTC
Jobs 1
Files 27
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

03 Apr 2026 01:43PM UTC coverage: 73.732% (-0.2%) from 73.898%
23948285904

push

github

MagicalTux
Add mass connection stress tests: 1K, 10K, 100K concurrent TCP

New test file vtcp/nettest/mass_test.go stress-tests the TCP stack with
thousands of simultaneous connections, each transferring random data.

Results (i9-14900K, zero-delay direct delivery):
  1K conns:   14ms,  284 MB/s,   69K conns/s (4KB/conn)
  10K conns:  49ms,  842 MB/s,  205K conns/s (4KB/conn)
  100K conns: 130ms, 787 MB/s,  768K conns/s (1KB/conn)

Zero failures across all tests. All data integrity verified.

Implementation:
- directPair() creates two vtcp.Conn with synchronous delivery using
  atomic.Pointer for safe writer references during concurrent setup
- SetupForHandshake() allows manual SYN-SENT state for test handshakes
- Per-connection buffer sizes reduced (64KB) to handle many connections
- Semaphore limits concurrent goroutines to 1000
- 10K/100K tests skip in -short mode

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

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

2950 of 4001 relevant lines covered (73.73%)

17024.98 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
57.83
-0.45% vtcp/conn.go
1
30.3
-0.95% vtcp/doc.go
Jobs
ID Job ID Ran Files Coverage
1 23948285904.1 03 Apr 2026 01:44PM UTC 27
73.73
GitHub Action Run
Source Files on build 23948285904
  • Tree
  • List 27
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23948285904
  • 515f8e44 on github
  • Prev Build on master (#23948093786)
  • Next Build on master (#23948478084)
  • 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