macrobenchmark

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v0.9.1

func Create(ctx context.Context, db *sql.DB, m Macrobenchmark) error

Types

type Macrobenchmark

type Macrobenchmark struct {
	ID          uint64
	ExecutionID uint64
	WorkloadID  uint64
	StartTime   time.Time
	FinishTime  time.Time
}

func Get added in v0.9.1

func Get(ctx context.Context, db *sql.DB, executionID, workloadID uint64) (ret Macrobenchmark, err error)

func GetOrCreate

func GetOrCreate(ctx context.Context, db *sql.DB, m Macrobenchmark) (ret Macrobenchmark, err error)

Jump to

Keyboard shortcuts

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