]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97669: Remove Tools/scripts/startuptime.py (#98214)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Oct 2022 15:53:46 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 15:53:46 +0000 (17:53 +0200)
commitd09d2c7c916eb4007f57f2a39c1198004e916b51
treeb7f3a42f362b575bdf33187a72cbbe80b9faa0a2
parent342b1151ae7e6ae849c1ed7c8a2cbfdb4edcf51c
gh-97669: Remove Tools/scripts/startuptime.py (#98214)

The "pyperf command" tool be used instead. Example:

    $ python3 -m pyperf command -- python3 -c pass
    .....................
    command: Mean +- std dev: 17.8 ms +- 0.4 ms

pyperf also computes the standard deviation which gives an idea of
the benchmark looks reliable or not.
Tools/scripts/startuptime.py [deleted file]