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 request in cache_key #1823

Closed
wants to merge 2 commits into from
Closed

Conversation

shashitnak
Copy link
Contributor

Summary:
Creating request in the call to cache_key and reusing it in eval

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>

Copy link

codecov bot commented May 1, 2024

Codecov Report

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

Project coverage is 86.89%. Comparing base (b99849e) to head (eca877f).
Report is 23 commits behind head on main.

Files Patch % Lines
src/http/request_template.rs 97.87% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1823   +/-   ##
=======================================
  Coverage   86.89%   86.89%           
=======================================
  Files         156      156           
  Lines       15829    15839   +10     
=======================================
+ Hits        13755    13764    +9     
- Misses       2074     2075    +1     

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

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

github-actions bot commented May 1, 2024

🐰Bencher

ReportWed, May 1, 2024 at 13:26:53 UTC
Projecttailcall
Branch1823/merge
Testbedbenchmarking-runner

🚨 1 ALERT: Threshold Boundary Limit exceeded!
BenchmarkMeasure (units)ViewValueLower BoundaryUpper Boundary
group_byLatency (nanoseconds (ns))🚨 (view plot | view alert)647.92 (+6.25%)637.84 (101.58%)

Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns) | (Δ%)
Latency Upper Boundary
nanoseconds (ns) | (%)
group_by🚨 (view plot | view alert)647.92 (+6.25%)637.84 (101.58%)
input/args.missing✅ (view plot)25.02 (-1.24%)26.22 (95.39%)
input/args.nested.existing✅ (view plot)56.27 (+0.09%)58.26 (96.57%)
input/args.nested.missing✅ (view plot)38.97 (-0.35%)39.97 (97.51%)
input/args.root✅ (view plot)52.94 (+0.26%)54.58 (96.99%)
input/headers.existing✅ (view plot)31.43 (-0.31%)31.81 (98.81%)
input/headers.missing✅ (view plot)30.07 (-1.31%)31.23 (96.28%)
input/value.missing✅ (view plot)23.08 (-2.27%)25.07 (92.07%)
input/value.nested.existing✅ (view plot)39.65 (-3.30%)42.78 (92.68%)
input/value.nested.missing✅ (view plot)34.97 (-2.17%)37.35 (93.64%)
input/value.root✅ (view plot)39.05 (+1.08%)39.86 (97.95%)
input/vars.existing✅ (view plot)8.38 (-0.92%)8.87 (94.45%)
input/vars.missing✅ (view plot)8.67 (+6.44%)8.98 (96.54%)
test_batched_body✅ (view plot)1,756,100.00 (+1.50%)1,808,647.61 (97.09%)
test_data_loader✅ (view plot)468,510.00 (-0.80%)489,876.78 (95.64%)
with_mustache_expressions✅ (view plot)1,135.00 (-2.48%)1,216.43 (93.31%)
with_mustache_literal✅ (view plot)710.66 (-1.73%)759.56 (93.56%)

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

Copy link

github-actions bot commented May 4, 2024

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 4, 2024
Copy link

github-actions bot commented May 9, 2024

PR closed after 5 days of inactivity.

@github-actions github-actions bot closed this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: benchmark Runs benchmarks 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.

1 participant