benchmark

package
v0.0.0-...-e8e586d Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PointInit     = "time to init point db: "
	PointDrop     = "time to drop point db: "
	PointAddBatch = "time to add batch points in db: "

	PointSearchInRadius = "time to search points in radius: "
	PointSearchInShapes = "time to search points in shapes: "

	PolygonInit     = "time to init polygon db: "
	PolygonDrop     = "time to drop polygon db: "
	PolygonAddBatch = "time to add batch polygon in db: "

	PolygonSearchInRadius       = "time to search polygons in radius: "
	PolygonSearchInPolygon      = "time to search polygons in polygon: "
	PolygonGetIntersection      = "time to search polygons intersection with polygon: "
	PolygonGetIntersectionPoint = "time to search polygons intersection with point: "
)

Variables

This section is empty.

Functions

func HowBadAddSinglePoint

func HowBadAddSinglePoint(ctx context.Context, s storage.Storage, db string, countPoints int) error

func RunBenchPoint

func RunBenchPoint(ctx context.Context, s storage.Storage, bf *BenchFile) error

func RunBenchPolygon

func RunBenchPolygon(ctx context.Context, s storage.PolygonStorage, bf *BenchFile) error

Types

type BenchFile

type BenchFile struct {
	Durations              map[string]time.Duration
	DurationPointInPolygon []time.Duration
	DbName                 string
	CountPoints            int
	CountPolygonAdd        int
	CountPolygonSearch     int
	CountShapes            int
	CountChecks            int
}

func RunBenchNCheck

func RunBenchNCheck(ctx context.Context, ss storage.Storage, sp storage.PolygonStorage, db string,
	countPoints, countPolygonAdd, countPolygonSearch, countShapes, countChecks int) (BenchFile, error)

func (*BenchFile) ConvertToHTML

func (bf *BenchFile) ConvertToHTML(path string) error

Jump to

Keyboard shortcuts

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