Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-97669: Remove Tools/scripts/startuptime.py
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.
  • Loading branch information
vstinner committed Oct 12, 2022
commit e9e4c0882d1de8c23b7d199758a32f0ae036b0ac
22 changes: 0 additions & 22 deletions Tools/scripts/startuptime.py

This file was deleted.