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

chore: update rust version #3043

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

chore: update rust version #3043

wants to merge 7 commits into from

Conversation

meskill
Copy link
Contributor

@meskill meskill commented Oct 20, 2024

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>

@github-actions github-actions bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label Oct 20, 2024
impl IR {
#[tracing::instrument(skip_all, fields(otel.name = %self), err)]
pub fn eval<'a, 'b, Ctx>(
&'a self,
ctx: &'b mut EvalContext<'a, Ctx>,
) -> impl Future<Output = Result<ConstValue, Error>> + Send + Captures<&'b &'a ()>
) -> impl Future<Output = Result<ConstValue, Error>> + Send + use<'a, 'b, Ctx>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

codecov bot commented Oct 20, 2024

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 87.10%. Comparing base (b317fef) to head (352eeef).

Files with missing lines Patch % Lines
src/core/json/borrow.rs 0.00% 3 Missing ⚠️
src/cli/fmt.rs 0.00% 1 Missing ⚠️
src/core/grpc/request_template.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3043      +/-   ##
==========================================
- Coverage   87.21%   87.10%   -0.12%     
==========================================
  Files         280      280              
  Lines       27421    27234     -187     
==========================================
- Hits        23916    23722     -194     
- Misses       3505     3512       +7     

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

@github-actions github-actions bot added the ci: benchmark Runs benchmarks label Oct 20, 2024
@meskill meskill marked this pull request as draft October 21, 2024 09:29
Copy link

github-actions bot commented Oct 26, 2024

🐰 Bencher Report

Branch3043/merge
Testbedbenchmarking-runner

⚠️ WARNING: The following Measure does not have a Threshold. Without a Threshold, no Alerts will ever be generated!

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds CLI flag.

Click to view all benchmark results
BenchmarkLatencynanoseconds (ns)
from_json_bench📈 view plot
⚠️ NO THRESHOLD
6,024,600.00
group_by📈 view plot
⚠️ NO THRESHOLD
484.62
input/args.missing📈 view plot
⚠️ NO THRESHOLD
22.59
input/args.nested.existing📈 view plot
⚠️ NO THRESHOLD
40.85
input/args.nested.missing📈 view plot
⚠️ NO THRESHOLD
34.91
input/args.root📈 view plot
⚠️ NO THRESHOLD
37.81
input/headers.existing📈 view plot
⚠️ NO THRESHOLD
33.38
input/headers.missing📈 view plot
⚠️ NO THRESHOLD
31.92
input/value.missing📈 view plot
⚠️ NO THRESHOLD
22.37
input/value.nested.existing📈 view plot
⚠️ NO THRESHOLD
41.57
input/value.nested.missing📈 view plot
⚠️ NO THRESHOLD
34.09
input/value.root📈 view plot
⚠️ NO THRESHOLD
40.98
input/vars.existing📈 view plot
⚠️ NO THRESHOLD
7.87
input/vars.missing📈 view plot
⚠️ NO THRESHOLD
10.03
synth_nested📈 view plot
⚠️ NO THRESHOLD
91,926.00
synth_nested_borrow📈 view plot
⚠️ NO THRESHOLD
42,814.00
test_batched_body📈 view plot
⚠️ NO THRESHOLD
1,884.90
test_batched_body #2📈 view plot
⚠️ NO THRESHOLD
1,566,900.00
test_data_loader📈 view plot
⚠️ NO THRESHOLD
387,420.00
test_handle_request📈 view plot
⚠️ NO THRESHOLD
126,510.00
test_handle_request_jit📈 view plot
⚠️ NO THRESHOLD
61,197.00
test_http_execute_method📈 view plot
⚠️ NO THRESHOLD
14,993.00
with_mustache_expressions📈 view plot
⚠️ NO THRESHOLD
1,113.80
with_mustache_literal📈 view plot
⚠️ NO THRESHOLD
706.67
🐰 View full continuous benchmarking report in Bencher

@meskill meskill marked this pull request as ready for review October 26, 2024 10:58
Comment on lines +78 to +82
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.11.0"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the issue with wasm compatibility with new rust version. rustwasm/wasm-bindgen#4211 (comment)

might be worth to wait until the mentioned issue is resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: benchmark Runs benchmarks type: chore Routine tasks like conversions, reorganization, and maintenance work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants