-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: remove non-representative and redundant benchmarks. (#15203)
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 <[email protected]>
- Loading branch information
1 parent
5e0a9e2
commit 8e33342
Showing
2 changed files
with
15 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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