Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Errors map[string]map[string]string
Functions ¶
func CreateTables ¶
func CreateTables() error
func SplitSource ¶
Types ¶
type BenchmarkReport ¶
type BenchmarkReport []*Result
func (BenchmarkReport) Len ¶
func (s BenchmarkReport) Len() int
func (BenchmarkReport) Less ¶
func (s BenchmarkReport) Less(i, j int) bool
func (BenchmarkReport) Swap ¶
func (s BenchmarkReport) Swap(i, j int)
type BenchmarkResult ¶
func RunBenchmarks ¶
func RunBenchmarks(orm ORMInterface, reports map[string]BenchmarkReport) (BenchmarkResult, error)
type ORMInterface ¶
Click to show internal directories.
Click to hide internal directories.