]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Support comparing two sets of pystats (GH-98816)
authorMichael Droettboom <mdboom@gmail.com>
Fri, 4 Nov 2022 10:15:54 +0000 (06:15 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 10:15:54 +0000 (10:15 +0000)
commit2844aa6a8eb1d486b5c432f0ed33a2082998f41e
treeb49e2a0b9c3bd28d311ace81165c298c969d4faa
parent044bcc1771fe7e2f8eba21793a72ba15e75e6715
Support comparing two sets of pystats (GH-98816)

This adds support for comparing pystats collected from two different builds.

- The `--json-output` can be used to load in a set of raw stats and output a
  JSON file.
- Two of these JSON files can be provided on the next run, and then comparative
  results between the two are output.
Doc/using/configure.rst
Tools/scripts/summarize_stats.py