Skip to content

wasm: remove non-representative and redundant benchmarks.#15203

Merged
lizan merged 1 commit intoenvoyproxy:mainfrom
PiotrSikora:wasm-speed_test
Mar 3, 2021
Merged

wasm: remove non-representative and redundant benchmarks.#15203
lizan merged 1 commit intoenvoyproxy:mainfrom
PiotrSikora:wasm-speed_test

Conversation

@PiotrSikora
Copy link
Copy Markdown
Contributor

The "json_serialize_arena" test was non-representative, and it was running
out of memory in WasmVM during benchmarks, leading to invalid results.

The "json_deserialize_arena" test was measuring exactly the same process as
the "json_deserialize" test, so it was redundant.

The "json_serialize_deserialize" test was a combinantion of "json_serialize"
and "json_deserialize" tests, so it was redundant.

While there, make sure that inputs are not used as outputs, and vice-versa.

Signed-off-by: Piotr Sikora piotrsikora@google.com

The "json_serialize_arena" test was non-representative, and it was running
out of memory in WasmVM during benchmarks, leading to invalid results.

The "json_deserialize_arena" test was measuring exactly the same process as
the "json_deserialize" test, so it was redundant.

The "json_serialize_deserialize" test was a combinantion of "json_serialize"
and "json_deserialize" tests, so it was redundant.

While there, make sure that inputs are not used as outputs, and vice-versa.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
@PiotrSikora
Copy link
Copy Markdown
Contributor Author

/retest

@repokitteh-read-only
Copy link
Copy Markdown

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #15203 (comment) was created by @PiotrSikora.

see: more, trace.

@PiotrSikora
Copy link
Copy Markdown
Contributor Author

@mattklein123 it looks that @mathetake isn't auto-assigned to Wasm PRs, even though he is listed in CODEOWNERS. Any ideas?

@mattklein123
Copy link
Copy Markdown
Member

Any ideas?

Sorry no idea. @mathetake is a member of the org and the assignable group.

@mathetake
Copy link
Copy Markdown
Member

I guess that's because I don't have write permission: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners

Copy link
Copy Markdown
Member

@mathetake mathetake left a comment

Choose a reason for hiding this comment

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

LGTM

@lizan lizan merged commit 8e33342 into envoyproxy:main Mar 3, 2021
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.

4 participants