You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/bench
Alex Willmer 3093d0bb2d tests: Add scan_code_imports benchmark
```console
$ ./tests/bench/scan_code
scan_code_imports python2.7  100 loops, best of 3: 3.19 msec per loop
scan_code_imports python3.9  500 loops, best of 5: 685 usec per loop
scan_code_imports python3.10  500 loops, best of 5: 727 usec per loop
scan_code_imports python3.11  500 loops, best of 5: 601 usec per loop
scan_code_imports python3.12  500 loops, best of 5: 609 usec per loop
scan_code_imports python3.13  500 loops, best of 5: 586 usec per loop
```
4 months ago
..
data tests: Add scan_code_imports benchmark 4 months ago
README.md tests: import a bunch more random unchecked in pieces. 7 years ago
fork.py tests: Fix lingering Python 2 isms 4 years ago
large_messages.py Remove unused module imports 4 years ago
latch_roundtrip.py Remove unused module imports 4 years ago
linux_record_cpu_net.sh issue #505: docs: add new detail graph for one scenario. 7 years ago
local.py Remove unused module imports 4 years ago
megatime.py Remove unused module imports 4 years ago
roundtrip.py Remove unused module imports 4 years ago
scan_code tests: Add scan_code_imports benchmark 4 months ago
service.py Remove unused module imports 4 years ago
ssh-roundtrip.py Remove unused module imports 4 years ago
throughput.py Remove unused module imports 4 years ago

README.md

tests/bench/

Various manually executed scripts to aid benchmarking, or trigger old performance problems.