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#838)
Signed-off-by: Alessandro Passaro <alexpax@amazon.co.uk>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-s3
updated
13 files
+12 −0 | include/aws/s3/private/s3_client_impl.h | |
+32 −8 | include/aws/s3/private/s3_meta_request_impl.h | |
+1 −0 | include/aws/s3/s3.h | |
+59 −10 | include/aws/s3/s3_client.h | |
+1 −1 | source/s3.c | |
+7 −0 | source/s3_auto_ranged_put.c | |
+97 −11 | source/s3_client.c | |
+10 −12 | source/s3_endpoint.c | |
+225 −27 | source/s3_meta_request.c | |
+19 −0 | tests/CMakeLists.txt | |
+652 −0 | tests/s3_asyncwrite_tests.c | |
+47 −0 | tests/s3_data_plane_tests.c | |
+47 −137 | tests/s3_many_async_uploads_without_data_test.c |
cecd7e8
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
581.29365234375
MiB/s2008.69619140625
MiB/s3.46
This comment was automatically generated by workflow using github-action-benchmark.