Skip to content

lazy-load http client#1202

Merged
jdx merged 1 commit intomainfrom
lazy-http
Dec 16, 2023
Merged

lazy-load http client#1202
jdx merged 1 commit intomainfrom
lazy-http

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Dec 16, 2023

On my machine this is a a mild performance increase, 5.4ms to 3ms.
It may have something to do with regressions seen in #1201

On my machine this is a a mild performance increase, 5.4ms to 3ms.
It may have something to do with regressions seen in #1201
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 16, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (59cdbb5) 82.21% compared to head (3c924ff) 82.58%.

Files Patch % Lines
src/plugins/core/ruby.rs 0.00% 2 Missing ⚠️
src/plugins/core/bun.rs 50.00% 1 Missing ⚠️
src/plugins/core/deno.rs 50.00% 1 Missing ⚠️
src/plugins/core/erlang.rs 0.00% 1 Missing ⚠️
src/plugins/core/node.rs 66.66% 1 Missing ⚠️
src/plugins/core/python.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1202      +/-   ##
==========================================
+ Coverage   82.21%   82.58%   +0.37%     
==========================================
  Files         141      141              
  Lines       13131    13120      -11     
==========================================
+ Hits        10795    10835      +40     
+ Misses       2336     2285      -51     

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

@github-actions
Copy link
Copy Markdown

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.28s
✅ BASH bash-exec 20 0 0.14s
✅ BASH shellcheck 20 0 0.57s
✅ BASH shfmt 20 0 0 0.04s
✅ DOCKERFILE hadolint 7 0 0.18s
✅ EDITORCONFIG editorconfig-checker 453 0 0.46s
✅ JSON eslint-plugin-jsonc 7 0 0 1.03s
✅ JSON jsonlint 6 0 0.13s
✅ JSON prettier 7 0 0 0.64s
✅ JSON v8r 7 0 4.13s
✅ MARKDOWN markdownlint 13 0 0 2.85s
✅ MARKDOWN markdown-link-check 13 0 11.62s
✅ MARKDOWN markdown-table-formatter 13 0 0 0.48s
✅ PYTHON bandit 1 0 0.79s
✅ PYTHON black 1 0 0 0.93s
✅ PYTHON flake8 1 0 0.29s
✅ PYTHON isort 1 0 0 0.34s
✅ PYTHON mypy 1 0 2.09s
✅ PYTHON pylint 1 0 1.28s
✅ PYTHON pyright 1 0 5.34s
✅ PYTHON ruff 1 0 0 0.05s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 2.59s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.13s
✅ REPOSITORY syft yes no 1.15s
✅ REPOSITORY trivy-sbom yes no 1.09s
✅ REPOSITORY trufflehog yes no 4.54s
✅ RUBY rubocop 2 0 0 5.61s
✅ RUST clippy yes no 108.64s
✅ XML xmllint 5 0 0 0.04s
✅ YAML prettier 13 0 0 1.46s
✅ YAML v8r 13 0 13.37s
✅ YAML yamllint 13 0 0.33s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@jdx jdx merged commit 80ab14d into main Dec 16, 2023
@jdx jdx deleted the lazy-http branch December 16, 2023 19: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