diff --git a/packages/benches/basic/basic-schema.bench.ts b/packages/benches/basic/basic-schema.bench.ts index 841f155fd..4fb9dc8ca 100644 --- a/packages/benches/basic/basic-schema.bench.ts +++ b/packages/benches/basic/basic-schema.bench.ts @@ -7,7 +7,7 @@ bench('basic schema', () => { title: a.string().required(), }), }); -}).types([4362, 'instantiations']); +}).types([4334, 'instantiations']); bench('basic schema w client types', () => { const s = a.schema({ @@ -19,4 +19,4 @@ bench('basic schema w client types', () => { }); type _ = ClientSchema; -}).types([28918, 'instantiations']); +}).types([28908, 'instantiations']); diff --git a/packages/benches/basic/secondaryIndexes.bench.ts b/packages/benches/basic/secondaryIndexes.bench.ts index ca81ae9d6..c6df475d1 100644 --- a/packages/benches/basic/secondaryIndexes.bench.ts +++ b/packages/benches/basic/secondaryIndexes.bench.ts @@ -17,4 +17,4 @@ bench('secondary index', () => { }); type _ = ClientSchema; -}).types([52056, 'instantiations']); +}).types([52054, 'instantiations']); diff --git a/packages/benches/p50/operations/p50-CRUDL.bench.ts b/packages/benches/p50/operations/p50-CRUDL.bench.ts index 43e89bcc9..d7fb424b3 100644 --- a/packages/benches/p50/operations/p50-CRUDL.bench.ts +++ b/packages/benches/p50/operations/p50-CRUDL.bench.ts @@ -92,4 +92,4 @@ bench('p50 CRUDL', async () => { }); await client.models.Todo.list(); -}).types([1534845, 'instantiations']); +}).types([1561069, 'instantiations']); diff --git a/packages/benches/p50/operations/p50-prod-CRUDL.bench.ts b/packages/benches/p50/operations/p50-prod-CRUDL.bench.ts index 4db1a3977..d5c0adf8f 100644 --- a/packages/benches/p50/operations/p50-prod-CRUDL.bench.ts +++ b/packages/benches/p50/operations/p50-prod-CRUDL.bench.ts @@ -629,4 +629,4 @@ bench('prod p50 CRUDL', async () => { }); await client.models.Todo.list(); -}).types([8441858, 'instantiations']); +}).types([8533629, 'instantiations']); diff --git a/packages/benches/p50/operations/p50-prod-selection-set.bench.ts b/packages/benches/p50/operations/p50-prod-selection-set.bench.ts index e596c0f6d..11e2c7ccd 100644 --- a/packages/benches/p50/operations/p50-prod-selection-set.bench.ts +++ b/packages/benches/p50/operations/p50-prod-selection-set.bench.ts @@ -632,4 +632,4 @@ bench('prod p50 CRUDL', async () => { }); await client.models.Todo.list({ selectionSet }); -}).types([8725903, 'instantiations']); +}).types([8817674, 'instantiations']); diff --git a/packages/benches/p50/operations/p50-selection-set.bench.ts b/packages/benches/p50/operations/p50-selection-set.bench.ts index c74bcfec7..c5c904dcc 100644 --- a/packages/benches/p50/operations/p50-selection-set.bench.ts +++ b/packages/benches/p50/operations/p50-selection-set.bench.ts @@ -94,4 +94,4 @@ bench('p50 CRUDL', async () => { }); await client.models.Todo.list({ selectionSet }); -}).types([1651886, 'instantiations']); +}).types([1678110, 'instantiations']); diff --git a/packages/benches/p50/p50-prod.bench.ts b/packages/benches/p50/p50-prod.bench.ts index 4164a6df8..940560465 100644 --- a/packages/benches/p50/p50-prod.bench.ts +++ b/packages/benches/p50/p50-prod.bench.ts @@ -596,7 +596,7 @@ bench('prod p50', () => { ]), // [Global authorization rule] }).authorization((allow) => allow.publicApiKey()); -}).types([95110, 'instantiations']); +}).types([95447, 'instantiations']); bench('prod p50 w/ client types', () => { const s = a @@ -1188,7 +1188,7 @@ bench('prod p50 w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([702019, 'instantiations']); +}).types([714633, 'instantiations']); bench('prod p50 combined w/ client types', () => { const s1 = a.schema({ @@ -1781,4 +1781,4 @@ bench('prod p50 combined w/ client types', () => { const s = a.combine([s1, s2]); type _ = ClientSchema; -}).types([1577055, 'instantiations']); +}).types([1589980, 'instantiations']); diff --git a/packages/benches/p50/p50.bench.ts b/packages/benches/p50/p50.bench.ts index 1757ce3a5..25817a93b 100644 --- a/packages/benches/p50/p50.bench.ts +++ b/packages/benches/p50/p50.bench.ts @@ -51,7 +51,7 @@ bench('p50', () => { allow.owner(), ]), }).authorization((allow) => allow.publicApiKey()); -}).types([27024, 'instantiations']); +}).types([27218, 'instantiations']); bench('p50 w/ client types', () => { const s = a @@ -102,7 +102,7 @@ bench('p50 w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([105737, 'instantiations']); +}).types([106478, 'instantiations']); bench('p50 combined schema w/ client types', () => { const s1 = a @@ -157,4 +157,4 @@ bench('p50 combined schema w/ client types', () => { const s = a.combine([s1, s2]); type _ = ClientSchema; -}).types([443356, 'instantiations']); +}).types([444437, 'instantiations']); diff --git a/packages/benches/p99/over-limit/operations/p99-tall-complex-CRUDL.bench.ts b/packages/benches/p99/over-limit/operations/p99-tall-complex-CRUDL.bench.ts index 06faa5bff..ec795d79a 100644 --- a/packages/benches/p99/over-limit/operations/p99-tall-complex-CRUDL.bench.ts +++ b/packages/benches/p99/over-limit/operations/p99-tall-complex-CRUDL.bench.ts @@ -2336,4 +2336,4 @@ bench('99 complex models CRUDL', async () => { // await client.models.Todo.delete({ todoId: result.data.todoId }); // await client.models.Todo.list(); -}).types([2935100, 'instantiations']); +}).types([2928212, 'instantiations']); diff --git a/packages/benches/p99/over-limit/operations/p99-tall-simple-CRUDL.bench.ts b/packages/benches/p99/over-limit/operations/p99-tall-simple-CRUDL.bench.ts index 5cd63a342..6b70ba553 100644 --- a/packages/benches/p99/over-limit/operations/p99-tall-simple-CRUDL.bench.ts +++ b/packages/benches/p99/over-limit/operations/p99-tall-simple-CRUDL.bench.ts @@ -4611,4 +4611,4 @@ bench('1522 simple models with 1 field each CRUDL', async () => { // await client.models.Model1.delete({ id: result.data.id }); // await client.models.Model1.list(); -}).types([6060319, 'instantiations']); +}).types([6036328, 'instantiations']); diff --git a/packages/benches/p99/over-limit/operations/p99-wide-large-CRUDL.bench.ts b/packages/benches/p99/over-limit/operations/p99-wide-large-CRUDL.bench.ts index d260dce49..a8dc2f7c2 100644 --- a/packages/benches/p99/over-limit/operations/p99-wide-large-CRUDL.bench.ts +++ b/packages/benches/p99/over-limit/operations/p99-wide-large-CRUDL.bench.ts @@ -10154,4 +10154,4 @@ bench( // await client.models.Model35.list(); }, -).types([1081705, 'instantiations']); +).types([1081474, 'instantiations']); diff --git a/packages/benches/p99/over-limit/p99-tall-simple.bench.ts b/packages/benches/p99/over-limit/p99-tall-simple.bench.ts index 2fc3bf5b9..7fc5b2e08 100644 --- a/packages/benches/p99/over-limit/p99-tall-simple.bench.ts +++ b/packages/benches/p99/over-limit/p99-tall-simple.bench.ts @@ -4574,7 +4574,7 @@ bench('1522 simple models with 1 field each', () => { field1: a.string(), }), }).authorization((allow) => allow.publicApiKey()); -}).types([1941008, 'instantiations']); +}).types([1929094, 'instantiations']); bench('1522 simple models with 1 field each w/ client types', () => { const s = a @@ -9149,4 +9149,4 @@ bench('1522 simple models with 1 field each w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([6060319, 'instantiations']); +}).types([6036328, 'instantiations']); diff --git a/packages/benches/p99/over-limit/p99-wide-large.bench.ts b/packages/benches/p99/over-limit/p99-wide-large.bench.ts index 2e61fecf8..adec68054 100644 --- a/packages/benches/p99/over-limit/p99-wide-large.bench.ts +++ b/packages/benches/p99/over-limit/p99-wide-large.bench.ts @@ -10110,7 +10110,7 @@ bench('1 model containing 2288 fields, 34 models w/ 215 fields each', () => { field215: a.string(), }), }).authorization((allow) => allow.publicApiKey()); -}).types([50603, 'instantiations']); +}).types([50569, 'instantiations']); bench( '1 model containing 2288 fields, 34 models w/ 215 fields each w/ client types', @@ -20224,4 +20224,4 @@ bench( type _ = ClientSchema; }, -).types([1081705, 'instantiations']); +).types([1081474, 'instantiations']); diff --git a/packages/benches/p99/within-limit/operations/p99-tall-simple-CRUDL.bench.ts b/packages/benches/p99/within-limit/operations/p99-tall-simple-CRUDL.bench.ts index dc9364360..e68784a85 100644 --- a/packages/benches/p99/within-limit/operations/p99-tall-simple-CRUDL.bench.ts +++ b/packages/benches/p99/within-limit/operations/p99-tall-simple-CRUDL.bench.ts @@ -250,4 +250,4 @@ bench('70 simple models with 1 field each w/ client types', async () => { await client.models.Model1.delete({ id: result.data.id }); await client.models.Model1.list(); -}).types([1419233, 'instantiations']); +}).types([1425856, 'instantiations']); diff --git a/packages/benches/p99/within-limit/operations/p99-tall-simple-selection-set.bench.ts b/packages/benches/p99/within-limit/operations/p99-tall-simple-selection-set.bench.ts index 0eeb0c4b1..e855f3b5a 100644 --- a/packages/benches/p99/within-limit/operations/p99-tall-simple-selection-set.bench.ts +++ b/packages/benches/p99/within-limit/operations/p99-tall-simple-selection-set.bench.ts @@ -252,4 +252,4 @@ bench('70 simple models with 1 field each w/ client types', async () => { await client.models.Model1.delete({ id: result.data.id }); await client.models.Model1.list({ selectionSet }); -}).types([1491099, 'instantiations']); +}).types([1497722, 'instantiations']); diff --git a/packages/benches/p99/within-limit/operations/p99-wide-small-CRUDL.bench.ts b/packages/benches/p99/within-limit/operations/p99-wide-small-CRUDL.bench.ts index 0ed61260a..a93d5fdb7 100644 --- a/packages/benches/p99/within-limit/operations/p99-wide-small-CRUDL.bench.ts +++ b/packages/benches/p99/within-limit/operations/p99-wide-small-CRUDL.bench.ts @@ -91,4 +91,4 @@ bench('1 simple model w/ 43 fields CRUDL', async () => { await client.models.Model1.delete({ id: result.data.id }); await client.models.Model1.list(); -}).types([1736136, 'instantiations']); +}).types([1743863, 'instantiations']); diff --git a/packages/benches/p99/within-limit/operations/p99-wide-small-selection-set.bench.ts b/packages/benches/p99/within-limit/operations/p99-wide-small-selection-set.bench.ts index 63c28240a..d2a3e4a9d 100644 --- a/packages/benches/p99/within-limit/operations/p99-wide-small-selection-set.bench.ts +++ b/packages/benches/p99/within-limit/operations/p99-wide-small-selection-set.bench.ts @@ -93,4 +93,4 @@ bench('1 simple model w/ 43 fields CRUDL', async () => { await client.models.Model1.delete({ id: result.data.id }); await client.models.Model1.list({ selectionSet }); -}).types([1926225, 'instantiations']); +}).types([1933952, 'instantiations']); diff --git a/packages/benches/p99/within-limit/p99-tall-simple.bench.ts b/packages/benches/p99/within-limit/p99-tall-simple.bench.ts index 894c35f3d..a8157e5d6 100644 --- a/packages/benches/p99/within-limit/p99-tall-simple.bench.ts +++ b/packages/benches/p99/within-limit/p99-tall-simple.bench.ts @@ -237,7 +237,7 @@ bench('100 simple models with 1 field each', () => { field1: a.string(), }), }).authorization((allow) => allow.publicApiKey()); -}).types([98977, 'instantiations']); +}).types([98639, 'instantiations']); bench('100 simple models with 1 field each w/ client types', () => { const s = a @@ -471,4 +471,4 @@ bench('100 simple models with 1 field each w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([330199, 'instantiations']); +}).types([329360, 'instantiations']); diff --git a/packages/benches/p99/within-limit/p99-wide-large.bench.ts b/packages/benches/p99/within-limit/p99-wide-large.bench.ts index 5d3999832..45a176174 100644 --- a/packages/benches/p99/within-limit/p99-wide-large.bench.ts +++ b/packages/benches/p99/within-limit/p99-wide-large.bench.ts @@ -5660,7 +5660,7 @@ bench('26 models w/ 215 fields each, 1 model with 4', () => { field4: a.string(), }), }).authorization((allow) => allow.publicApiKey()); -}).types([37873, 'instantiations']); +}).types([37919, 'instantiations']); bench('26 models w/ 215 fields each, 1 model with 4 w/ client types', () => { const s = a @@ -11317,4 +11317,4 @@ bench('26 models w/ 215 fields each, 1 model with 4 w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([632177, 'instantiations']); +}).types([632106, 'instantiations']); diff --git a/packages/benches/p99/within-limit/p99-wide-small.bench.ts b/packages/benches/p99/within-limit/p99-wide-small.bench.ts index 70c463a0a..a6f1b4083 100644 --- a/packages/benches/p99/within-limit/p99-wide-small.bench.ts +++ b/packages/benches/p99/within-limit/p99-wide-small.bench.ts @@ -1709,7 +1709,7 @@ bench('1 simple model w/ 1700 fields each', () => { field1700: a.string(), }), }).authorization((allow) => allow.publicApiKey()); -}).types([4775, 'instantiations']); +}).types([5029, 'instantiations']); bench('1 simple model w/ 1700 fields each w/ client types', () => { const s = a @@ -3420,4 +3420,4 @@ bench('1 simple model w/ 1700 fields each w/ client types', () => { .authorization((allow) => allow.publicApiKey()); type _ = ClientSchema; -}).types([201933, 'instantiations']); +}).types([202278, 'instantiations']);