Skip to content

Commit 2844aa6

Browse files
authored
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.
1 parent 044bcc1 commit 2844aa6

File tree

2 files changed

+366
-123
lines changed

2 files changed

+366
-123
lines changed

Doc/using/configure.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ General Options
131131
Turn on internal statistics gathering.
132132

133133
The statistics will be dumped to a arbitrary (probably unique) file in
134-
``/tmp/py_stats/``, or ``C:\temp\py_stats\`` on Windows.
134+
``/tmp/py_stats/``, or ``C:\temp\py_stats\`` on Windows. If that directory
135+
does not exist, results will be printed on stdout.
135136

136137
Use ``Tools/scripts/summarize_stats.py`` to read the stats.
137138

0 commit comments

Comments
 (0)