Add mock show generator and timeline benchmark
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user