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

Replace time.time to time.monotonic for the purpose of measuring elapsed time #922

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Replace time.time() in examples/*.py with time.monotonic for the purp…

565f71e
Select commit
Loading
Failed to load commit list.
Open

Replace time.time to time.monotonic for the purpose of measuring elapsed time #922

Replace time.time() in examples/*.py with time.monotonic for the purp…
565f71e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2023 in 1s

100.00% (+0.00%) compared to 9f14474

View this Pull Request on Codecov

100.00% (+0.00%) compared to 9f14474

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9f14474) 100.00% compared to head (565f71e) 100.00%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #922   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines         5816      5816           
=========================================
  Hits          5816      5816           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.