mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-23 04:36:47 +00:00
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:
@@ -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",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user