Skip to content

Add simulation tests - #37

Draft
mengelbart wants to merge 4 commits into
mainfrom
feat/simulation
Draft

Add simulation tests#37
mengelbart wants to merge 4 commits into
mainfrom
feat/simulation

Conversation

@mengelbart

Copy link
Copy Markdown
Contributor

Description

This PR adds simulation tests for congestion control. It can be run with go test -tags=simulation ./simulation/ which creates log files for each test in ./simulation/logs. Some metrics can be extracted from the log files and plotted using the main.py script.

@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.74011% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.06%. Comparing base (5de85f8) to head (d8c7f55).

Files with missing lines Patch % Lines
gcc/delay_rate_controller.go 95.91% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #37      +/-   ##
===========================================
- Coverage   100.00%   99.06%   -0.94%     
===========================================
  Files            7       10       +3     
  Lines          253      430     +177     
===========================================
+ Hits           253      426     +173     
- Misses           0        2       +2     
- Partials         0        2       +2     
Flag Coverage Δ
go 99.06% <97.74%> (-0.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mengelbart
mengelbart force-pushed the feat/simulation branch 7 times, most recently from c2e085f to d8c7f55 Compare August 10, 2026 08:39
@mengelbart
mengelbart force-pushed the feat/simulation branch 2 times, most recently from 2705e88 to 4664930 Compare August 10, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant