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

Update ws lib #1515

Merged
merged 3 commits into from
Jun 25, 2020
Merged

Update ws lib #1515

merged 3 commits into from
Jun 25, 2020

Conversation

mstoykov
Copy link
Collaborator

No description provided.

Previous to this past running k6 compiled with the race detector and ws
code will most definetely leak enough goroutines in 10 seconds that it
will stop because of the 8k limit ...
After this it seems to not leak anymore :confetti:
@mstoykov mstoykov requested review from imiric and na-- June 24, 2020 12:00
@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2020

Codecov Report

Merging #1515 into new-schedulers will decrease coverage by 0.03%.
The diff coverage is 72.72%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           new-schedulers    #1515      +/-   ##
==================================================
- Coverage           76.71%   76.67%   -0.04%     
==================================================
  Files                 163      163              
  Lines               13030    13044      +14     
==================================================
+ Hits                 9996    10002       +6     
- Misses               2521     2529       +8     
  Partials              513      513              
Impacted Files Coverage Δ
js/modules/k6/ws/ws.go 82.06% <72.72%> (-1.41%) ⬇️
lib/testutils/minirunner/minirunner.go 77.77% <0.00%> (-3.71%) ⬇️
lib/executor/vu_handle.go 93.69% <0.00%> (-1.81%) ⬇️
stats/cloud/collector.go 78.70% <0.00%> (+0.61%) ⬆️

Continue to review full report at Codecov.

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

@mstoykov mstoykov merged commit a9903e0 into new-schedulers Jun 25, 2020
@mstoykov mstoykov deleted the updateWSLib branch June 25, 2020 07:49
@mstoykov mstoykov added this to the v0.27.0 milestone Jul 1, 2020
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.

None yet

4 participants