forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases (awslabs#877)
Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
2 files
+11 −4 | source/credentials_provider_sts.c | |
+22 −0 | tests/credentials_provider_sts_tests.c |
Submodule aws-c-s3
updated
10 files
+6 −0 | docs/memory_aware_request_execution.md | |
+27 −8 | include/aws/s3/private/s3_buffer_pool.h | |
+11 −19 | include/aws/s3/private/s3_meta_request_impl.h | |
+71 −4 | include/aws/s3/s3_client.h | |
+16 −3 | source/s3_auto_ranged_put.c | |
+91 −15 | source/s3_buffer_pool.c | |
+179 −116 | source/s3_meta_request.c | |
+4 −2 | tests/CMakeLists.txt | |
+13 −87 | tests/s3_asyncwrite_tests.c | |
+142 −0 | tests/s3_buffer_pool_tests.c |
Submodule s2n-tls
updated
47 files
50720ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.readdir_100
0.458
seconds0.07
seconds6.54
readdir_1000
0.692
seconds0.148
seconds4.68
time_to_first_byte_read_small_file
182.8553321
milliseconds74.5023738
milliseconds2.45
This comment was automatically generated by workflow using github-action-benchmark.
50720ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.sequential_read_four_threads
523.6552734375
MiB/s1700.48076171875
MiB/s3.25
This comment was automatically generated by workflow using github-action-benchmark.