package
0.0.0-20231129065837-deba56b04b66
Repository: https://github.com/chipartem/k6.git
Documentation: pkg.go.dev
# Packages
Package common contains helpers for interacting with the JavaScript runtime.
No description provided by the author
Package eventloop implements an event loop to be used thought js and it's subpackages.
Package modules defines interfaces used for developing k6's JavaScript modules.
Package modulestest contains helpers to test js modules.
Package promises provides helpers for working with promises in k6.
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].