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

fix: improvements #1937

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

fix: improvements #1937

wants to merge 3 commits into from

Conversation

amitksingh1490
Copy link
Collaborator

fix: parsing constant url at compile time (#1936)

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

Attention: Patch coverage is 92.85714% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.13%. Comparing base (71e789e) to head (cb9c185).
Report is 14 commits behind head on main.

Files Patch % Lines
src/cli/runtime/http.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1937      +/-   ##
==========================================
- Coverage   82.16%   82.13%   -0.03%     
==========================================
  Files         174      174              
  Lines       17716    17724       +8     
==========================================
+ Hits        14556    14558       +2     
- Misses       3160     3166       +6     

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

Copy link

github-actions bot commented May 13, 2024

🐰Bencher

ReportTue, May 21, 2024 at 06:20:13 UTC
Projecttailcall
Branch1937/merge
Testbedbenchmarking-runner
Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns) | (Δ%)
Latency Upper Boundary
nanoseconds (ns) | (%)
group_by✅ (view plot)548.79 (-8.35%)648.45 (84.63%)
input/args.missing✅ (view plot)22.93 (-7.31%)27.21 (84.25%)
input/args.nested.existing✅ (view plot)40.77 (-21.56%)65.99 (61.78%)
input/args.nested.missing✅ (view plot)37.80 (-1.92%)40.62 (93.06%)
input/args.root✅ (view plot)35.83 (-26.16%)62.53 (57.30%)
input/headers.existing✅ (view plot)30.56 (-3.77%)33.48 (91.29%)
input/headers.missing✅ (view plot)29.37 (-4.50%)33.36 (88.05%)
input/value.missing✅ (view plot)23.19 (-1.53%)25.36 (91.45%)
input/value.nested.existing✅ (view plot)41.34 (-0.34%)43.94 (94.06%)
input/value.nested.missing✅ (view plot)36.85 (+1.25%)38.33 (96.14%)
input/value.root✅ (view plot)37.48 (-2.63%)40.38 (92.81%)
input/vars.existing✅ (view plot)7.46 (-8.65%)9.06 (82.29%)
input/vars.missing✅ (view plot)10.71 (+25.13%)10.95 (97.74%)
test_batched_body✅ (view plot)2,679.80 (-99.69%)2,648,624.47 (0.10%)
test_batched_body #2✅ (view plot)1,727,000.00 (-0.75%)1,886,036.97 (91.57%)
test_data_loader✅ (view plot)460,650.00 (-2.46%)490,327.95 (93.95%)
test_handle_request✅ (view plot)154,630.00 (-9.20%)183,578.90 (84.23%)
test_http_execute_method✅ (view plot)18,258.00 (-1.25%)22,169.09 (82.36%)
with_mustache_expressions✅ (view plot)1,174.00 (+0.21%)1,235.94 (94.99%)
with_mustache_literal✅ (view plot)170.52 (-76.32%)826.23 (20.64%)

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

@tusharmath
Copy link
Contributor

Moving this to draft. Can't see any significant change in performance from main.

@tusharmath tusharmath removed the ci: benchmark Runs benchmarks label May 15, 2024
@tusharmath tusharmath marked this pull request as draft May 15, 2024 08:50
Copy link

Action required: PR inactive for 2 days.
Status update or closure in 5 days.

@github-actions github-actions bot added state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. and removed state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. labels May 17, 2024
@amitksingh1490 amitksingh1490 added the ci: benchmark Runs benchmarks label May 17, 2024
@tusharmath tusharmath removed the ci: benchmark Runs benchmarks label May 18, 2024
Copy link

Action required: PR inactive for 2 days.
Status update or closure in 5 days.

@github-actions github-actions bot added state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. and removed state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. labels May 20, 2024
shashitnak and others added 3 commits May 21, 2024 11:29
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amit <amitksingh1490@gmail.com>
Copy link

Action required: PR inactive for 2 days.
Status update or closure in 5 days.

@github-actions github-actions bot added state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. and removed state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. labels May 23, 2024
Copy link

Action required: PR inactive for 2 days.
Status update or closure in 5 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants