gatling

package
v1.0.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gatling

type Gatling struct {
	BaseDir string
}

func NewGatling

func NewGatling(baseDir string) *Gatling

func SomeGatlingDist

func SomeGatlingDist() *Gatling

func (*Gatling) RunSimulation

func (g *Gatling) RunSimulation(commandOps cmdexec.CommandExecutionOps, task *Task) (*exec.Cmd, error)

type Ops

type Ops interface {
	RunSimulation(commandOps cmdexec.CommandExecutionOps, task *Task) (*exec.Cmd, error)
}

type Result

type Result struct {
	Ok bool
}

type RunSimulationFunc

type RunSimulationFunc func(commandOps cmdexec.CommandExecutionOps, task *Task) (*exec.Cmd, error)

func (RunSimulationFunc) RunSimulation

func (r RunSimulationFunc) RunSimulation(commandOps cmdexec.CommandExecutionOps, task *Task) (*exec.Cmd, error)

type Task

type Task struct {
	Id           string
	UserFilesDir *workspace.UserFilesDir
	Simulation   string
	JavaOpts     string
	Tags         map[string]string
	FileType     string
}

func NewTask

func NewTask(id string, simulation string, javaOpts string, userFilesDir *workspace.UserFilesDir) *Task

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL