benchdiff

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2020 License: MIT Imports: 7 Imported by: 0

README

benchdiff

godoc ci

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Benchstat

type Benchstat interface {
	Run(files ...string) error
}

Benchstat is an interface for a benchstat runner

type Differ

type Differ struct {
	BenchCmd   string
	BenchArgs  string
	ResultsDir string
	BaseRef    string
	Path       string
	Writer     io.Writer
	Benchstat  Benchstat
	Force      bool
}

Differ runs benchstats and outputs their deltas

func (*Differ) Run

func (c *Differ) Run() error

Run runs the Differ

Directories

Path Synopsis
cmd
benchdiff command
pkg
benchstat
Package benchstat is used to run benchstat programmatically
Package benchstat is used to run benchstat programmatically

Jump to

Keyboard shortcuts

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