Versions in this module Expand all Collapse all v1 v1.52.0 Apr 29, 2026 Changes in this version + func ReadSchema(ctx context.Context, ds datastore.Datastore, rev datastore.Revision) (*schema.Schema, error) + type Benchmark struct + Name string + Setup func(ctx context.Context, ds datastore.Datastore) (*QuerySets, error) + Tags []Tag + func All() []Benchmark + func Get(name string) (Benchmark, bool) + func WithTag(tag Tag) []Benchmark + type CheckQuery struct + Permission string + ResourceID string + ResourceType string + SubjectID string + SubjectRelation string + SubjectType string + type IterResourcesQuery struct + ExpectedResourceIDs []string + FilterResourceType string + Permission string + SubjectID string + SubjectRelation string + SubjectType string + type IterSubjectsQuery struct + ExpectedSubjectIDs []string + FilterSubjectType string + Permission string + ResourceID string + ResourceType string + type QuerySets struct + Checks []CheckQuery + IterResources []IterResourcesQuery + IterSubjects []IterSubjectsQuery + MaxRecursionDepth int + type ServiceTester = consistencytestutil.ServiceTester + func BuildTestCluster(tb testing.TB, size uint, ds datastore.Datastore) ServiceTester + type Tag string + const Arrows + const Recursion