class Spoom::Coverage::Cards::Timeline::Runtimes

def initialize(snapshots:, title: "Sorbet Typechecking Time")

def initialize(snapshots:, title: "Sorbet Typechecking Time")
  super(title: title, timeline: D3::Timeline::Runtimes.new("timeline_runtimes", snapshots))
end