Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes nits in streamer perf tracking #648

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

brooksprumo
Copy link

@brooksprumo brooksprumo commented Apr 8, 2024

Problem

Addresses nits from reviewing #257 (review).

Summary of Changes

  • Removes unnecessary mut
  • &Arc<T> -> &T
  • Also measures drop/unlock time
  • hoist Instant::now()

@brooksprumo brooksprumo self-assigned this Apr 8, 2024
@brooksprumo brooksprumo marked this pull request as ready for review April 8, 2024 14:15
@brooksprumo brooksprumo requested a review from steviez April 8, 2024 14:15
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 81.8%. Comparing base (312f725) to head (20b503b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #648   +/-   ##
=======================================
  Coverage    81.8%    81.8%           
=======================================
  Files         851      851           
  Lines      230370   230372    +2     
=======================================
+ Hits       188660   188665    +5     
+ Misses      41710    41707    -3     

@brooksprumo
Copy link
Author

@lijunwangs Requesting your review here too. This is not high priority.

@brooksprumo brooksprumo merged commit 4546e79 into anza-xyz:master Apr 9, 2024
38 checks passed
@brooksprumo brooksprumo deleted the streamer/nits branch April 9, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants