-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrections to prost benchmark (#62)
* add round-trip guards to prost proving that it is not serializing all of the "logs" bench More serializers should be forced to check this! the data they serialized should be fully recoverable! * Fix prost serialization of Log this significantly slows its encoding in this bench and increases its encoded/compressed size by 15/38% * Run `cargo fmt` --------- Co-authored-by: David Koloski <djkoloski@gmail.com>
- Loading branch information
1 parent
aa4d0ca
commit 2a8527e
Showing
5 changed files
with
361 additions
and
32 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
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
Oops, something went wrong.