Documentation ¶
Index ¶
- func BenchmarkAll(t *testing.B, gen DatabaseFunc, conf *Config)
- func NewQuadStore(t testing.TB, gen DatabaseFunc) (graph.QuadStore, graph.Options, func())
- func TestAll(t *testing.T, gen DatabaseFunc, conf *Config)
- func TestNoSQL(t *testing.T, gen DatabaseFunc, conf *Config)
- type Config
- type DatabaseFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BenchmarkAll ¶ added in v0.7.1
func BenchmarkAll(t *testing.B, gen DatabaseFunc, conf *Config)
func NewQuadStore ¶
Types ¶
type Config ¶
type Config struct { FloatToInt bool // database silently converts all float values to ints, if possible IntToFloat bool // database always converts all int values to floats TimeInMs bool Recreate bool // tests should re-create database instance from scratch on each run PageSize int // result page size for pagination (large iterator) tests }
Click to show internal directories.
Click to hide internal directories.