This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Dennis Sweeney, Kojoley, charles.mcmarrow.4, eric.smith, eric.snow, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal, serhiy.storchaka, terry.reedy, vstinner, xtreak
Date 2022-01-03.03:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641180040.45.0.686297438517.issue46110@roundup.psfhosted.org>
In-reply-to
Content
> Maybe something unrelated changed on the benchmark machines?

Very unlikely, it happened on two separate machines with different distributions and nothing was updated in the machines that I can see.

Both use a configuration file for pyperformance that looks like this:

-------------

$ cat bench.conf

[config]
json_dir = ~/json_cron

[scm]
repo_dir = ~/cpython_cron
update = True
remote = origin

[compile]
lto = True
pgo = True
bench_dir = ~/bench_tmpdir_cron

[run_benchmark]
system_tune = True
upload = False

[upload]
url = https://speed.python.org/
environment = speed-python
executable = lto-pgo
project = CPython

[compile_all]

[compile_all_revisions]
COMMIT_SHA=master
History
Date User Action Args
2022-01-03 03:20:40pablogsalsetrecipients: + pablogsal, gvanrossum, terry.reedy, vstinner, eric.smith, lukasz.langa, eric.snow, serhiy.storchaka, Kojoley, lys.nikolaou, xtreak, Dennis Sweeney, charles.mcmarrow.4
2022-01-03 03:20:40pablogsalsetmessageid: <1641180040.45.0.686297438517.issue46110@roundup.psfhosted.org>
2022-01-03 03:20:40pablogsallinkissue46110 messages
2022-01-03 03:20:40pablogsalcreate