Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParallelWhetstoneBenchmark ¶
type ParallelWhetstoneBenchmark struct {
*WhetstoneBenchmark
}
func NewParallelWhetstoneBenchmark ¶
func NewParallelWhetstoneBenchmark(writer utils.WriterType, printToConsole bool) *ParallelWhetstoneBenchmark
func (*ParallelWhetstoneBenchmark) BenchImplementation ¶
func (b *ParallelWhetstoneBenchmark) BenchImplementation() interface{}
func (*ParallelWhetstoneBenchmark) PopulateResult ¶
func (b *ParallelWhetstoneBenchmark) PopulateResult(benchResult *g.BenchResult, results interface{}) *g.BenchResult
type WhetstoneBenchmark ¶
type WhetstoneBenchmark struct {
*g.BenchmarkBaseBase
}
func NewWhetstoneBenchmark ¶
func NewWhetstoneBenchmark(writer utils.WriterType, printToConsole bool) *WhetstoneBenchmark
func (*WhetstoneBenchmark) BenchImplementation ¶
func (b *WhetstoneBenchmark) BenchImplementation() interface{}
func (*WhetstoneBenchmark) PopulateResult ¶
func (b *WhetstoneBenchmark) PopulateResult(benchResult *g.BenchResult, whetstoneResult interface{}) *g.BenchResult
func (*WhetstoneBenchmark) Warmup ¶
func (b *WhetstoneBenchmark) Warmup(aspect float64)
type WhetstoneResult ¶
func Bench ¶
func Bench(getinput bool, output utils.WriterType) *WhetstoneResult
Click to show internal directories.
Click to hide internal directories.