runner

package
v0.0.0-...-3cf2d5f Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2026 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAlreadyStopped = errors.New("already stopped")

Functions

This section is empty.

Types

type Service

type Service interface {
	Run(ctx context.Context) error
}

func NewService

func NewService(version string, cfg config.Config, log log.Logger) Service

type TestRunMetadata

type TestRunMetadata struct {
	TestName string  `json:"test_name"`
	Success  bool    `json:"success"`
	Error    *string `json:"error,omitempty"`
}

Directories

Path Synopsis
config is responsible for reading and validating runtime configuration for the benchmark runner.
config is responsible for reading and validating runtime configuration for the benchmark runner.
proofprogram/fakel1
Package ethapi implements the general Ethereum API functions.
Package ethapi implements the general Ethereum API functions.
simulator/cmd command

Jump to

Keyboard shortcuts

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