diff --git a/scripts/benchmark.ts b/scripts/benchmark.ts index f7f9ad1bf..92fbd5490 100644 --- a/scripts/benchmark.ts +++ b/scripts/benchmark.ts @@ -237,6 +237,33 @@ async function prepare () { rates_limit: { api: { max: 5_000_000 + }, + login: { + max: 5_000_000 + }, + signup: { + max: 5_000_000 + }, + ask_send_email: { + max: 5_000_000 + }, + receive_client_log: { + max: 5_000_000 + }, + plugins: { + max: 5_000_000 + }, + well_known: { + max: 5_000_000 + }, + feeds: { + max: 5_000_000 + }, + activity_pub: { + max: 5_000_000 + }, + client: { + max: 5_000_000 } } })