mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
chore: more work on benchmarks
This commit is contained in:
@@ -101,10 +101,10 @@ export const QUESTION_THRESHOLDS = {
|
||||
*/
|
||||
export const QUESTION_LIMITS = {
|
||||
tabular: {
|
||||
fieldRetrieval: 20,
|
||||
aggregationDepartments: 6,
|
||||
filteringMultiConditionDepartments: 6,
|
||||
filteringExperience: 4,
|
||||
fieldRetrieval: 14,
|
||||
aggregationDepartments: 4,
|
||||
filteringMultiConditionDepartments: 5,
|
||||
filteringExperience: 3,
|
||||
filteringDepartmentExp: 3,
|
||||
filteringDepartmentActive: 3,
|
||||
},
|
||||
@@ -116,7 +116,7 @@ export const QUESTION_LIMITS = {
|
||||
filteringStatusAndItems: 3,
|
||||
},
|
||||
analytics: {
|
||||
fieldRetrievalDates: 13,
|
||||
fieldRetrievalDates: 9,
|
||||
},
|
||||
github: {
|
||||
fieldRetrievalRepos: 11,
|
||||
@@ -125,12 +125,12 @@ export const QUESTION_LIMITS = {
|
||||
},
|
||||
eventLogs: {
|
||||
fieldRetrieval: 10,
|
||||
aggregationEndpoints: 3,
|
||||
filteringLevelAndStatus: 2,
|
||||
filteringEndpointAndStatus: 2,
|
||||
aggregationEndpoints: 4,
|
||||
filteringLevelAndStatus: 3,
|
||||
filteringEndpointAndStatus: 3,
|
||||
},
|
||||
nestedConfig: {
|
||||
fieldRetrieval: 5,
|
||||
filteringComplex: 2,
|
||||
fieldRetrieval: 10,
|
||||
filteringComplex: 6,
|
||||
},
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user