-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
GH-114911: use time.perf_counter in Stopwatch #131469
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable.
A
Co-authored-by: Petr Viktorin <encukou@gmail.com>
🤖 New build scheduled with the buildbot fleet by @encukou for commit 39eb532 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131469%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Use
perf_counter
in Stopwatch.I temporarily added
to
test_int.py
. Withprocess_time
it always failed, withperf_counter
it always succeeded.I think this is a skip news?