runner

package
v0.0.0-...-7c225b6 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LOADER_PATH                 = "cmd/loader.go"
	TIME_FORMAT                 = "Jan_02_1504"
	EXPERIMENT_TEMP_CONFIG_PATH = "tools/multi_loader/current_running_config.json"
	NUM_OF_RETRIES              = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MultiLoaderRunner

type MultiLoaderRunner struct {
	MultiLoaderConfig types.MultiLoaderConfiguration
	DryRunSuccess     bool
	Verbosity         string
	DryRun            bool
	Platform          string
	FailFast          bool
	MetricManager     *metric.MetricManager
}

func NewMultiLoaderRunner

func NewMultiLoaderRunner(configPath string, verbosity string, failFast bool) (*MultiLoaderRunner, error)

* * Initialise a new MultiLoaderRunner *

func (*MultiLoaderRunner) RunActual

func (d *MultiLoaderRunner) RunActual()

* * Run multi loader with actual experiments *

func (*MultiLoaderRunner) RunDryRun

func (d *MultiLoaderRunner) RunDryRun()

* * Run multi loader with dry flag to check configurations *

Jump to

Keyboard shortcuts

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