forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blockstore: Remove blockstore read/write from rewards bench (#3935)
The point of this bench was to compare (de)serialization of Rewards with bincode and protobuf. The current implementation also reads and writes to the Blockstore. The reads and writes add extra noise to the comparison, but also require the existence of some functions that should be removed. So, this change removes the Blockstore read/write to enable further cleanup
- Loading branch information
Showing
1 changed file
with
38 additions
and
62 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