chaokunyang opened a new pull request, #2968: URL: https://github.com/apache/fory/pull/2968
## Why? <!-- Describe the purpose of this PR. --> ## What does this PR do? add media content benchmark ## Related issues <!-- Is there any related issue? If this PR closes them you say say fix/closes: - #xxxx0 - #xxxx1 - Fixes #xxxx2 --> ## Does this PR introduce any user-facing change? <!-- If any user-facing interface changes, please [open an issue](https://github.com/apache/fory/issues/new/choose) describing the need to do so and update the document if necessary. Delete section if not applicable. --> - [ ] Does this PR introduce any public API change? - [ ] Does this PR introduce any binary protocol compatibility change? ## Benchmark | Benchmark | Fory | Protobuf | Speedup | |-------------|-----------|-----------|--------------| | Serialize | 560ns | 2004ns | ~3.6x faster | | Deserialize | 1975ns | 2533ns | ~1.3x faster | | Size | 310 bytes | 301 bytes | similar | -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
