Skip to content

Commit

Permalink
Comment on IATArray purpose
Browse files Browse the repository at this point in the history
Signed-off-by: Lazar Cvetković <[email protected]>
  • Loading branch information
cvetkovic committed Nov 26, 2024
1 parent 07875f8 commit 805e057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/common/specification_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

package common

// IATArray Hold the IATs of invocations for a particular function. Values in this array tells individual function driver
// how much time to sleep before firing an invocation. First invocations should be fired right away after the start of
// experiment, i.e., should typically have a IAT of 0.
type IATArray []float64

// ProbabilisticDuration used for testing the exponential distribution
Expand Down

0 comments on commit 805e057

Please sign in to comment.