Documentation
¶
Overview ¶
Package batteries generates the benchmarks used for testing.
Package batteries generates the benchmarks used for testing.
Package batteries generates the benchmarks used for testing.
Package batteries generates the benchmarks used for testing.
Index ¶
- func AddExistingGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func AddExistingTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func AddGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func AddTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func BQLRandomGraphWalking(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func BQLTreeGraphWalking(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func RemoveExistingGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func RemoveExistingTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func RemoveGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
- func RemoveTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddExistingGraphTriplesBenchmark ¶
func AddExistingGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
AddExistingGraphTriplesBenchmark creates the benchmark.
func AddExistingTreeTriplesBenchmark ¶
func AddExistingTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
AddExistingTreeTriplesBenchmark creates the benchmark.
func AddGraphTriplesBenchmark ¶
func AddGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
AddGraphTriplesBenchmark creates the benchmark.
func AddTreeTriplesBenchmark ¶
func AddTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
AddTreeTriplesBenchmark creates the benchmark.
func BQLRandomGraphWalking ¶
func BQLRandomGraphWalking(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
BQLRandomGraphWalking creates the benchmark.
func BQLTreeGraphWalking ¶
func BQLTreeGraphWalking(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
BQLTreeGraphWalking creates the benchmark.
func RemoveExistingGraphTriplesBenchmark ¶
func RemoveExistingGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
RemoveExistingGraphTriplesBenchmark creates the benchmark.
func RemoveExistingTreeTriplesBenchmark ¶
func RemoveExistingTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
RemoveExistingTreeTriplesBenchmark creates the benchmark.
func RemoveGraphTriplesBenchmark ¶
func RemoveGraphTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
RemoveGraphTriplesBenchmark creates the benchmark.
func RemoveTreeTriplesBenchmark ¶
func RemoveTreeTriplesBenchmark(ctx context.Context, st storage.Store, chanSize, bulkSize int) ([]*runtime.BenchEntry, error)
RemoveTreeTriplesBenchmark creates the benchmark.
Types ¶
This section is empty.