Add mock show generator and timeline benchmark

This commit is contained in:
Ian Gulliver
2026-02-20 20:20:25 -07:00
parent 2c31d9505c
commit 287ca83724
5 changed files with 128 additions and 5 deletions

View File

@@ -34,6 +34,11 @@ func main() {
os.Exit(1)
}
if err := show.Validate(); err != nil {
fmt.Fprintf(os.Stderr, "Error validating show: %v\n", err)
os.Exit(1)
}
timeline, err := BuildTimeline(show)
if err != nil {
fmt.Fprintf(os.Stderr, "Error building timeline: %v\n", err)