Expand description
Benchmark utilities for generating synthetic ASS scripts
This module provides generators for creating test ASS scripts with varying complexity levels, used primarily for benchmarking parser performance. All generators produce valid ASS format strings that can be parsed by the core parser.
Structs§
- Script
Generator - Synthetic ASS script generator for benchmarking
Enums§
- Complexity
Level - Script complexity levels for testing
Functions§
- create_
test_ event - Create a test event with the given parameters
- generate_
overlapping_ script - Generate script with overlapping events for timing analysis benchmarks
- generate_
script_ with_ issues - Generate script with intentional issues for linting benchmarks