This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Microsecond-precision benchmark for trviz.cy.decompose.decompose_cy. | |
| Times decompose_cy on 6 representative cases (perfect repeats of varying | |
| motif length, multi-motif mixes, mutated long sequences). Reports | |
| min / median / mean over N iterations per case (default N=20). | |
| Usage: | |
| python3 bench_us.py [n_iter] | |
| To compare two versions, run the script against each (e.g. on different |