wasm: update Wasmtime to v0.26.#15882
Merged
lizan merged 1 commit intoenvoyproxy:mainfrom Apr 9, 2021
Merged
Conversation
Performance improved ~10% in microbenchmarks (compared to v0.25): Benchmark Diff -------------------------------------------------------------------- WasmSpeedTest_empty -0.1513 WasmSpeedTest_get_current_time -0.0328 WasmSpeedTest_small_string -0.1145 WasmSpeedTest_small_string1000 -0.0697 WasmSpeedTest_small_string_check_compiler -0.1039 WasmSpeedTest_small_string_check_compiler1000 -0.0966 WasmSpeedTest_large_string -0.0623 WasmSpeedTest_large_string1000 -0.0689 WasmSpeedTest_get_property -0.1385 WasmSpeedTest_grpc_service -0.1250 WasmSpeedTest_grpc_service1000 -0.1917 WasmSpeedTest_modify_metadata -0.0297 WasmSpeedTest_modify_metadata1000 -0.0318 WasmSpeedTest_json_serialize -0.0920 WasmSpeedTest_json_deserialize -0.0723 WasmSpeedTest_json_deserialize_empty -0.1481 WasmSpeedTest_convert_to_filter_state -0.1074 Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Contributor
|
/lgtm deps |
moderation
approved these changes
Apr 8, 2021
mathetake
approved these changes
Apr 8, 2021
Contributor
Author
|
/retest |
|
Retrying Azure Pipelines: |
lizan
approved these changes
Apr 9, 2021
Monkeyanator
pushed a commit
to Monkeyanator/envoy
that referenced
this pull request
Apr 20, 2021
Performance improved ~10% in microbenchmarks (compared to v0.25): Benchmark Diff -------------------------------------------------------------------- WasmSpeedTest_empty -0.1513 WasmSpeedTest_get_current_time -0.0328 WasmSpeedTest_small_string -0.1145 WasmSpeedTest_small_string1000 -0.0697 WasmSpeedTest_small_string_check_compiler -0.1039 WasmSpeedTest_small_string_check_compiler1000 -0.0966 WasmSpeedTest_large_string -0.0623 WasmSpeedTest_large_string1000 -0.0689 WasmSpeedTest_get_property -0.1385 WasmSpeedTest_grpc_service -0.1250 WasmSpeedTest_grpc_service1000 -0.1917 WasmSpeedTest_modify_metadata -0.0297 WasmSpeedTest_modify_metadata1000 -0.0318 WasmSpeedTest_json_serialize -0.0920 WasmSpeedTest_json_deserialize -0.0723 WasmSpeedTest_json_deserialize_empty -0.1481 WasmSpeedTest_convert_to_filter_state -0.1074 Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Performance improved ~10% in microbenchmarks (compared to v0.25):
Benchmark Diff
WasmSpeedTest_empty -0.1513
WasmSpeedTest_get_current_time -0.0328
WasmSpeedTest_small_string -0.1145
WasmSpeedTest_small_string1000 -0.0697
WasmSpeedTest_small_string_check_compiler -0.1039
WasmSpeedTest_small_string_check_compiler1000 -0.0966
WasmSpeedTest_large_string -0.0623
WasmSpeedTest_large_string1000 -0.0689
WasmSpeedTest_get_property -0.1385
WasmSpeedTest_grpc_service -0.1250
WasmSpeedTest_grpc_service1000 -0.1917
WasmSpeedTest_modify_metadata -0.0297
WasmSpeedTest_modify_metadata1000 -0.0318
WasmSpeedTest_json_serialize -0.0920
WasmSpeedTest_json_deserialize -0.0723
WasmSpeedTest_json_deserialize_empty -0.1481
WasmSpeedTest_convert_to_filter_state -0.1074
Signed-off-by: Piotr Sikora piotrsikora@google.com