docs: benchmarks for v4 (#10360)

Introduce benchmark documentation and results for various endpoints in
the Zitadel v4 release, including performance metrics and test
configurations.

(cherry picked from commit 9a799a7c7b)
This commit is contained in:
Silvan
2025-08-19 16:21:12 +02:00
committed by Livio Spring
parent b601075dbc
commit 539a9661c5
23 changed files with 48152 additions and 0 deletions

View File

@@ -1081,6 +1081,28 @@ module.exports = {
"apis/benchmarks/v2.70.0/oidc_session/index",
],
},
{
type: "category",
label: "v4",
link: {
title: "v4",
slug: "/apis/benchmarks/v4",
description: "Benchmark results of Zitadel v4\n",
},
items: [
"apis/benchmarks/v4/add_session/index",
"apis/benchmarks/v4/human_password_login/index",
"apis/benchmarks/v4/introspect/index",
"apis/benchmarks/v4/machine_client_credentials_login/index",
"apis/benchmarks/v4/machine_jwt_profile_grant/index",
"apis/benchmarks/v4/machine_pat_login/index",
"apis/benchmarks/v4/manipulate_user/index",
"apis/benchmarks/v4/oidc_session/index",
"apis/benchmarks/v4/otp_session/index",
"apis/benchmarks/v4/password_session/index",
"apis/benchmarks/v4/user_info/index",
],
},
],
},
],