Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timeouts scaling, add queue size metrics #21

Merged
merged 8 commits into from
Nov 12, 2023

Add target parameter description

dc1b77f
Select commit
Loading
Failed to load commit list.
Merged

Add timeouts scaling, add queue size metrics #21

Add target parameter description
dc1b77f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2023 in 0s

53.37% (target 45.00%)

View this Pull Request on Codecov

53.37% (target 45.00%)

Details

Codecov Report

Merging #21 (dc1b77f) into master (1ba3943) will increase coverage by 0.90%.
The diff coverage is 60.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   52.46%   53.37%   +0.90%     
==========================================
  Files          27       27              
  Lines        1498     1557      +59     
==========================================
+ Hits          786      831      +45     
- Misses        676      688      +12     
- Partials       36       38       +2     
Files Coverage Δ
internal/exploit/metrics.go 100.00% <100.00%> (ø)
internal/exploit/models.go 56.00% <ø> (ø)
internal/exploit/submit_loop.go 81.14% <100.00%> (+0.15%) ⬆️
internal/queue/queue.go 100.00% <ø> (ø)
internal/queue/endless.go 72.88% <0.00%> (-1.26%) ⬇️
internal/queue/simple.go 76.04% <0.00%> (-1.62%) ⬇️
internal/exploit/storage.go 31.69% <69.76%> (+17.67%) ⬆️
internal/exploit/runner.go 5.84% <0.00%> (-0.10%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1ba3943...dc1b77f. Read the comment docs.