package
0.0.0-20230824192630-6202178ebf3e
Repository: https://github.com/gesemaya/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.