Add mock show generator and timeline benchmark
This commit is contained in:
@@ -47,10 +47,6 @@ type cellKey struct {
|
||||
}
|
||||
|
||||
func BuildTimeline(show *Show) (Timeline, error) {
|
||||
if err := show.validate(); err != nil {
|
||||
return Timeline{}, err
|
||||
}
|
||||
|
||||
tl := Timeline{
|
||||
show: show,
|
||||
Blocks: map[string]*Block{},
|
||||
|
||||
Reference in New Issue
Block a user