Skip to content

Commit 0905dcc

Browse files
authored
Remove pystats (#610)
Removes pystats support from this repo and points folks to the benchmarking repo.
1 parent a873681 commit 0905dcc

File tree

113 files changed

+2
-244485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+2
-244485
lines changed

.github/workflows/pystats.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Some links to presentations and other preliminary documentation:
1414

1515
## Published Results
1616

17-
Benchmarking results are published to the [benchmarking-public repo](https://github.com/faster-cpython/benchmarking-public).
17+
Benchmarking and pystats results are published to the [benchmarking-public repo](https://github.com/faster-cpython/benchmarking-public).

stats/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1 @@
1-
This directory contains output from Python built using `--enable-pystats` and run over the pyperformance test suite.
2-
3-
Results are automatically added every Sunday at midnight UTC.
4-
5-
To manually generate a set of results you have write permissions to this repository, you can do one of the following:
6-
7-
- Visit [the pystats workflow](https://github.com/faster-cpython/ideas/actions/workflows/pystats.yml) and press the "Run workflow" button. You can manually select a different fork and branch of CPython to test.
8-
- In a checkout of this repo, use the `gh` tool:
9-
10-
```bash
11-
gh workflow run pystats.yml
12-
```
13-
14-
To manually select a different fork and branch:
15-
16-
```bash
17-
gh workflow run pystats.yml -f fork=mdboom -f branch=my-changes
18-
```
19-
20-
Two sets of pystats output can be compared using the [`Tools/scripts/summarize_stats.py`](https://github.com/python/cpython/blob/main/Tools/scripts/summarize_stats.py) script:
21-
22-
```bash
23-
Tools/scripts/summarize_stats.py pystats-python-abcdef1-2022-01-01.json pystats-python-fedc132-2022-01-03.json
24-
```
1+
This directory no longer contains pystats results. For the latest pystats results, see the [benchmarking repo](https://github.com/faster-cpython/benchmarking).

stats/pystats-2022-12-15-python-b7e4f1d.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)