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

RFC: How Cargo "features" should be used in the SDK and runtime crates #1067

Merged
merged 12 commits into from
Apr 28, 2022

Conversation

Velfi
Copy link
Contributor

@Velfi Velfi commented Jan 12, 2022

This is an early version of the features RFC in case I get hit by a bus. Feel free to comment.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Server Test

@github-actions
Copy link

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

@github-actions
Copy link

A new doc preview is ready to view.

@github-actions
Copy link

A new generated diff is ready to view.

  • No codegen difference in the AWS SDK
  • No codegen difference in the Server Test

@github-actions
Copy link

A new generated diff is ready to view.

@github-actions
Copy link

A new doc preview is ready to view.

@Velfi Velfi marked this pull request as ready for review April 27, 2022 19:13
@Velfi Velfi requested a review from a team as a code owner April 27, 2022 19:13
@Velfi Velfi added needs-review A tag for PRs waiting on a review from one of the repo admins and removed waiting-on-author labels Apr 27, 2022
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Rust Wrk benchmark report:

Duration: 90 sec, Connections: 32, Threads: 2

Measurement Deviation Current Old
Requests/sec -0.88% 79942.04 80651.2
Total requests -0.91% 7199438 7265467
Total errors NaN% 0 0
Total successes -0.91% 7199438 7265467
Average latency ms 35.53% 1.03 0.76
Minimum latency ms 0.00% 0.02 0.02
Maximum latency ms -12.13% 23.69 26.96
Stdev latency ms 34.35% 1.76 1.31
Transfer Mb -0.91% 748.39 755.25
Connect errors NaN% 0 0
Read errors NaN% 0 0
Write errors NaN% 0 0
Status errors (not 2xx/3xx) NaN% 0 0
Timeout errors NaN% 0 0

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Rust Wrk benchmark report:

Duration: 90 sec, Connections: 32, Threads: 2

Measurement Deviation Current Old
Requests/sec -0.96% 85310.72 86137.1
Total requests -0.96% 7684683 7759388
Total errors NaN% 0 0
Total successes -0.96% 7684683 7759388
Average latency ms -2.31% 1.27 1.3
Minimum latency ms 0.00% 0.02 0.02
Maximum latency ms -14.53% 23.94 28.01
Stdev latency ms -1.32% 2.24 2.27
Transfer Mb -0.96% 798.83 806.59
Connect errors NaN% 0 0
Read errors NaN% 0 0
Write errors NaN% 0 0
Status errors (not 2xx/3xx) NaN% 0 0
Timeout errors NaN% 0 0

design/src/SUMMARY.md Outdated Show resolved Hide resolved
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Rust Wrk benchmark report:

Duration: 90 sec, Connections: 32, Threads: 2

Measurement Deviation Current Old
Requests/sec -15.90% 60455.62 71888.28
Total requests -15.91% 5446135 6476288
Total errors NaN% 0 0
Total successes -15.91% 5446135 6476288
Average latency ms 13.79% 0.66 0.58
Minimum latency ms 0.00% 0.02 0.02
Maximum latency ms 3.32% 17.74 17.17
Stdev latency ms 12.99% 0.87 0.77
Transfer Mb -15.91% 566.13 673.21
Connect errors NaN% 0 0
Read errors NaN% 0 0
Write errors NaN% 0 0
Status errors (not 2xx/3xx) NaN% 0 0
Timeout errors NaN% 0 0

@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Rust Wrk benchmark report:

Duration: 90 sec, Connections: 32, Threads: 2

Measurement Deviation Current Old
Requests/sec 2.90% 45047.74 43776.55
Total requests 2.90% 4055164 3940791
Total errors NaN% 0 0
Total successes 2.90% 4055164 3940791
Average latency ms -5.19% 0.73 0.77
Minimum latency ms 0.00% 0.02 0.02
Maximum latency ms -2.66% 18.32 18.82
Stdev latency ms -18.97% 0.47 0.58
Transfer Mb 2.90% 421.54 409.65
Connect errors NaN% 0 0
Read errors NaN% 0 0
Write errors NaN% 0 0
Status errors (not 2xx/3xx) NaN% 0 0
Timeout errors NaN% 0 0

@Velfi Velfi merged commit c66ef58 into main Apr 28, 2022
@Velfi Velfi deleted the rfc/using_features_responsibly branch April 28, 2022 18:40
@Velfi Velfi removed the needs-review A tag for PRs waiting on a review from one of the repo admins label Dec 13, 2022
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.

3 participants