package
0.0.0-20220222071734-17003a62529c
Repository: https://github.com/meshplus/hyperbench.git
Documentation: pkg.go.dev
# Functions
NewVM creates a VM according to type and config.
# Constants
LUA vm type of lua.
# Interfaces
BaseVM is the part interface of VM that will be called in both master and worker.
MasterVM is the part interface of VM that will be called in master.
VM is the integrated interface of Virtual Machine running script.
WorkerVM is the part interface of VM that will be called in worker.
# Type aliases
Type is the ext name of script file.