Interface: LargeFormOptions
Defined in: packages/testing/src/fixtures.ts:71
Extends
BaseOptions
Properties
defaultLocale?
optional defaultLocale?: string;
Defined in: packages/testing/src/fixtures.ts:38
Inherited from
BaseOptions.defaultLocale
id?
optional id?: string;
Defined in: packages/testing/src/fixtures.ts:35
Inherited from
BaseOptions.id
locales?
optional locales?: string[];
Defined in: packages/testing/src/fixtures.ts:37
Inherited from
BaseOptions.locales
perPage?
optional perPage?: number;
Defined in: packages/testing/src/fixtures.ts:75
Questions per page.
questions?
optional questions?: number;
Defined in: packages/testing/src/fixtures.ts:73
Total questions. docs/05 §perf uses 300 as the reference form.
version?
optional version?: string;
Defined in: packages/testing/src/fixtures.ts:36
Inherited from
BaseOptions.version
withLogic?
optional withLogic?: boolean;
Defined in: packages/testing/src/fixtures.ts:81
Give every tenth question a relevant expression referring to the one
before it, so the dependency graph is a graph rather than a list — a flat
form makes recompute benchmarks look better than they are.