Skip to content

Commit

Permalink
fixup! Add lib.RuntimeState and use it to create js.Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Apr 8, 2022
1 parent 46babf0 commit 520ea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/runtime_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"go.k6.io/k6/metrics"
)

// RuntimeState represents what is mostly needed during the running of a test
type RuntimeState struct {
RuntimeOptions RuntimeOptions
// TODO maybe have a struct `Metrics` with `Registry` and `Builtin` ?
Expand Down

0 comments on commit 520ea79

Please sign in to comment.