Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pr feedback to update comment
  • Loading branch information
Emyrk committed Nov 19, 2025
commit d8e078c807f1655ef80c3a2ea99c238eeb6243cf
4 changes: 2 additions & 2 deletions provisioner/terraform/timings.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ type timingKind string
// We cannot reference these because they're in an internal package.
const (
// Stage markers are used to denote the beginning and end of stages. Without
// these, only discrete events within stages can be measured, which may omit
// setup/teardown time or other unmeasured overhead.
// these, only discrete events (i.e. resource changes) within stages can be
// measured, which may omit setup/teardown time or other unmeasured overhead.
timingStageStart timingKind = "stage_start"
timingStageEnd timingKind = "stage_end"
timingStageError timingKind = "stage_error"
Expand Down
Loading