package
0.57.0
Repository: https://github.com/grafana/k6.git
Documentation: pkg.go.dev

# Functions

CompileFile compiles a JS file as a [*sobek.Program].
NewRuntime will create a new test runtime and will cancel the context on test/benchmark end.

# Structs

Runtime is a helper struct that contains what is needed to run a (simple) module test.
VU is a modules.VU implementation meant to be used within tests.