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

# Packages

Package compiler implements additional functionality for k6 to compile js code.
Package eventloop implements an event loop to be used thought js and it's subpackages.
No description provided by the author
No description provided by the author

# Functions

New returns a new Runner for the provided source.
NewBundle creates a new bundle from a source file and a filesystem.
NewBundleFromArchive creates a new bundle from an lib.Archive.
NewFromArchive returns a new Runner from the source in the provided archive.
NewFromBundle returns a new Runner from the provided Bundle.

# Structs

ActiveVU holds a VU and its activation parameters.
A Bundle is a self-contained bundle of scripts and resources.
A BundleInstance is a self-contained instance of a Bundle.
Runner implements [lib.Runner] and is used to run js tests.
VU implements the [lib.VU] interface for the js [Runner].