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

perf: creating HeaderMap from iterator #1938

Closed
wants to merge 14 commits into from

Conversation

shashitnak
Copy link
Contributor

Summary:
Briefly describe the changes made in this PR.

Issue Reference(s):
Fixes #... (Replace "..." with the issue number)

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@shashitnak shashitnak added the ci: benchmark Runs benchmarks label May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.74%. Comparing base (186fd6b) to head (2d3c8cd).
Report is 25 commits behind head on perf/base.

Current head 2d3c8cd differs from pull request most recent head 5e5cdbf

Please upload reports for the commit 5e5cdbf to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           perf/base    #1938   +/-   ##
==========================================
  Coverage      89.73%   89.74%           
==========================================
  Files            155      155           
  Lines          15837    15842    +5     
==========================================
+ Hits           14212    14217    +5     
  Misses          1625     1625           

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

Copy link

🐰Bencher

ReportMon, May 13, 2024 at 16:56:41 UTC
Projecttailcall
Branch1938/merge
Testbedbenchmarking-runner

🚨 1 ALERT: Threshold Boundary Limit exceeded!
BenchmarkMeasure (units)ViewValueLower BoundaryUpper Boundary
input/vars.missingLatency (nanoseconds (ns))🚨 (view plot | view alert)11.55 (+41.07%)9.52 (121.32%)

Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns) | (Δ%)
Latency Upper Boundary
nanoseconds (ns) | (%)
group_by✅ (view plot)548.07 (-9.52%)638.10 (85.89%)
input/args.missing✅ (view plot)22.80 (-8.76%)27.16 (83.94%)
input/args.nested.existing✅ (view plot)41.83 (-21.70%)65.70 (63.67%)
input/args.nested.missing✅ (view plot)38.15 (-1.33%)40.71 (93.71%)
input/args.root✅ (view plot)38.19 (-23.71%)61.91 (61.69%)
input/headers.existing✅ (view plot)33.01 (+3.83%)33.36 (98.97%)
input/headers.missing✅ (view plot)31.57 (+2.81%)32.83 (96.19%)
input/value.missing✅ (view plot)23.48 (-0.34%)25.28 (92.92%)
input/value.nested.existing✅ (view plot)41.94 (+1.27%)43.58 (96.24%)
input/value.nested.missing✅ (view plot)37.09 (+2.13%)38.24 (97.00%)
input/value.root✅ (view plot)37.81 (-2.15%)40.02 (94.49%)
input/vars.existing✅ (view plot)7.43 (-9.94%)9.02 (82.42%)
input/vars.missing🚨 (view plot | view alert)11.55 (+41.07%)9.52 (121.32%)
test_batched_body✅ (view plot)2,630.90 (-99.73%)2,757,085.92 (0.10%)
test_batched_body #2✅ (view plot)1,709,200.00 (-2.91%)1,891,165.02 (90.38%)
test_data_loader✅ (view plot)475,530.00 (+0.43%)490,400.93 (96.97%)
test_handle_request✅ (view plot)168,690.00 (-2.14%)181,997.06 (92.69%)
with_mustache_expressions✅ (view plot)1,115.50 (-4.96%)1,238.14 (90.09%)
with_mustache_literal✅ (view plot)141.43 (-80.33%)833.32 (16.97%)

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

@amitksingh1490 amitksingh1490 changed the base branch from main to perf/base May 14, 2024 04:10
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 16, 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 the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label May 20, 2024
@amitksingh1490
Copy link
Collaborator

No improvement

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants