Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Nouns = []string{}/* 1524 elements not displayed */
Functions ¶
Types ¶
type CompressionType ¶
type CompressionType byte
const ( CompressionTypePQ CompressionType = 0 CompressionTypeSQ CompressionType = 1 )
type Config ¶
type Config struct { Mode string Origin string Queries int QueriesFile string Parallel int Limit int ClassName string IndexType string ReplicationFactor int API string HttpAuth string Dimensions int DB string WhereFilter string OutputFormat string OutputFile string BenchmarkFile string BatchSize int Shards int DistanceMetric string MaxConnections int Labels string LabelMap map[string]string EfConstruction int EfArray string QueryOnly bool QueryDuration int BQ bool Cache bool RescoreLimit int PQ string SQ string SkipAsyncReady bool SkipTombstonesEmpty bool SkipMemoryStats bool PQRatio uint PQSegments uint TrainingLimit int Tenant string StartTenantNum int NumTenants int ExistingSchema bool HttpOrigin string HttpScheme string UpdatePercentage float64 UpdateRandomized bool UpdateIterations int Offset int CleanupIntervalSeconds int QueryDelaySeconds int DynamicThreshold int Filter bool FlatSearchCutoff int FilterStrategy string }
type Number ¶
type Number interface { constraints.Float | constraints.Integer }
type QueryWithNeighbors ¶
type Results ¶
type ResultsJSONBenchmark ¶
type ResultsJSONBenchmark struct { Api string `json:"api"` Ef int `json:"ef"` EfConstruction int `json:"efConstruction"` MaxConnections int `json:"maxConnections"` Mean float64 `json:"meanLatency"` P99Latency float64 `json:"p99Latency"` QueriesPerSecond float64 `json:"qps"` Shards int `json:"shards"` Parallelization int `json:"parallelization"` Limit int `json:"limit"` ImportTime float64 `json:"importTime"` RunID string `json:"run_id"` Dataset string `json:"dataset_file"` Recall float64 `json:"recall"` HeapAllocBytes float64 `json:"heap_alloc_bytes"` HeapInuseBytes float64 `json:"heap_inuse_bytes"` HeapSysBytes float64 `json:"heap_sys_bytes"` }
Weaviate https://github.com/weaviate/weaviate-chaos-engineering/tree/main/apps/ann-benchmarks style format mixed camel / snake case for compatibility
Click to show internal directories.
Click to hide internal directories.