Skip to content

Commit c3ccb87

Browse files
committed
drop narration comment
1 parent 95ecf82 commit c3ccb87

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/lk/simulate.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,7 @@ func simulationJobCounts(run *livekit.SimulationRun) (total, done, passed, faile
604604
return
605605
}
606606

607-
// The server ships the run summary as summary_zstd: a SimulationRunSummary,
608-
// proto.Marshal'ed then zstd-compressed (still a plain proto - decompress,
609-
// then proto.Unmarshal). Memoized per run pointer: the TUI re-renders often.
607+
// Memoized per run pointer: the TUI re-renders often.
610608
var (
611609
summaryDecoder, _ = zstd.NewReader(nil)
612610
lastSummaryRun *livekit.SimulationRun

0 commit comments

Comments
 (0)