Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(benchmark): move benchmark.py to its own directory | Ned Batchelder | 2023-01-07 | 1 | -641/+0 |
| | |||||
* | test(perf): randomize the order of benchmark runs | Ned Batchelder | 2023-01-07 | 1 | -33/+45 |
| | |||||
* | style(perf): blacken lab/benchmark.py | Ned Batchelder | 2023-01-07 | 1 | -27/+58 |
| | |||||
* | test(perf): more experiments for #1527 | Ned Batchelder | 2023-01-07 | 1 | -1/+5 |
| | |||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -1/+1 |
| | |||||
* | perf: some quick refactoring to test #1527 | Ned Batchelder | 2023-01-05 | 1 | -32/+135 |
| | |||||
* | test(benchmark): more error checking before running long tests | Ned Batchelder | 2022-07-04 | 1 | -144/+46 |
| | |||||
* | test(benchmark): compare gh93818 to 3.11 | Ned Batchelder | 2022-06-14 | 1 | -0/+23 |
| | |||||
* | test(benchmark): properly aligned table columns | Ned Batchelder | 2022-06-14 | 1 | -2/+4 |
| | |||||
* | test: easier ways to get specific coverage versions | Ned Batchelder | 2022-06-11 | 1 | -1/+43 |
| | |||||
* | test(benchmark): testing #1394 | Ned Batchelder | 2022-06-06 | 1 | -0/+31 |
| | |||||
* | test(benchmark): more refactoring | Ned Batchelder | 2022-06-05 | 1 | -78/+102 |
| | |||||
* | test(benchmark): results are presented in markdown table, with ratios | Ned Batchelder | 2022-06-04 | 1 | -12/+73 |
| | |||||
* | test: more benchmarking | Ned Batchelder | 2022-06-03 | 1 | -15/+37 |
| | | | | | | | | | | | | | | | | | ``` Median for bug1339.py, python3.10, cov=none: 0.180s Median for bug1339.py, python3.10, cov=6.4.1: 0.421s Median for bug1339.py, python3.11, cov=none: 0.141s Median for bug1339.py, python3.11, cov=6.4.1: 0.835s Median for bm_sudoku.py, python3.10, cov=none: 10.946s Median for bm_sudoku.py, python3.10, cov=6.4.1: 28.293s Median for bm_sudoku.py, python3.11, cov=none: 10.215s Median for bm_sudoku.py, python3.11, cov=6.4.1: 60.590s Median for bm_spectral_norm.py, python3.10, cov=none: 14.882s Median for bm_spectral_norm.py, python3.10, cov=6.4.1: 37.359s Median for bm_spectral_norm.py, python3.11, cov=none: 10.415s Median for bm_spectral_norm.py, python3.11, cov=6.4.1: 76.129s ``` | ||||
* | test: benchmark for small local files: bug1339.py | Ned Batchelder | 2022-05-30 | 1 | -41/+107 |
| | |||||
* | test: leave lab/benchmark.py in a state people can run | Ned Batchelder | 2022-05-30 | 1 | -3/+3 |
| | |||||
* | test(benchmark): more projects, and results collected at end. | Ned Batchelder | 2022-05-28 | 1 | -7/+34 |
| | |||||
* | perf: set frame->f_trace_lines=0 when not tracing. ~3% faster | Ned Batchelder | 2022-05-28 | 1 | -30/+21 |
| | |||||
* | test: new benchmark.py for comparing performance | Ned Batchelder | 2022-05-28 | 1 | -0/+300 |
Also, delete the old perf/ directory which isn't useful. |