mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix buildbot failures - removing the CPU term in the seconds from the output.
This commit is contained in:
parent
8284bd6a63
commit
a731bf1717
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ def main():
|
||||||
# Don't remove this comment. Everything below it is auto-generated.
|
# Don't remove this comment. Everything below it is auto-generated.
|
||||||
#--cut--------------------------------------------------------------------------
|
#--cut--------------------------------------------------------------------------
|
||||||
CProfileTest.expected_output['print_stats'] = """\
|
CProfileTest.expected_output['print_stats'] = """\
|
||||||
126 function calls (106 primitive calls) in 1.000 CPU seconds
|
126 function calls (106 primitive calls) in 1.000 seconds
|
||||||
|
|
||||||
Ordered by: standard name
|
Ordered by: standard name
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ def main():
|
||||||
# Don't remove this comment. Everything below it is auto-generated.
|
# Don't remove this comment. Everything below it is auto-generated.
|
||||||
#--cut--------------------------------------------------------------------------
|
#--cut--------------------------------------------------------------------------
|
||||||
ProfileTest.expected_output['print_stats'] = """\
|
ProfileTest.expected_output['print_stats'] = """\
|
||||||
127 function calls (107 primitive calls) in 999.749 CPU seconds
|
127 function calls (107 primitive calls) in 999.749 seconds
|
||||||
|
|
||||||
Ordered by: standard name
|
Ordered by: standard name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue