-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: track stream-wise compression stats in serializer (#320)
* feat: track compression stats in serializer * feat: Track serialization and compression times in nanos (#321) * feat: track serialization and compression times * feat: calculate average times * fix: don't panic * fix: serialize as seconds for more precision * log: calculate averages for times * style: use box to satisfy clippy
- Loading branch information
Devdutt Shenoi
authored
Jan 14, 2024
1 parent
8f1e61d
commit fe7a9c2
Showing
5 changed files
with
219 additions
and
52 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.