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

refactor: Updated timing function for latency eval #184

Merged
merged 1 commit into from
Dec 29, 2021
Merged

refactor: Updated timing function for latency eval #184

merged 1 commit into from
Dec 29, 2021

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Dec 29, 2021

This PR simply replaces time.time() with time.perf_counter() as it is more recommended for precision latency estimation.

@frgfm frgfm added type: enhancement New feature or request ext: scripts labels Dec 29, 2021
@frgfm frgfm added this to the 0.2.0 milestone Dec 29, 2021
@frgfm frgfm self-assigned this Dec 29, 2021
@codecov
Copy link

codecov bot commented Dec 29, 2021

Codecov Report

Merging #184 (3abf2cc) into master (44f1168) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files          54       54           
  Lines        3043     3043           
=======================================
  Hits         2845     2845           
  Misses        198      198           

@frgfm frgfm merged commit bc94c16 into master Dec 29, 2021
@frgfm frgfm deleted the latency branch December 29, 2021 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: scripts type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant