mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00
docs: init benchmarks (#8894)
# Which Problems Are Solved Adds initial benchmarks. # How the Problems Are Solved Added section `apis/benchmarks` # Additional Changes Update Makefile dependencies # Additional Context - Part of https://github.com/zitadel/zitadel/issues/8023 - Part of https://github.com/zitadel/zitadel/issues/8352
This commit is contained in:
@@ -841,6 +841,30 @@ module.exports = {
|
||||
label: "Rate Limits (Cloud)", // The link label
|
||||
href: "/legal/policies/rate-limit-policy", // The internal path
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Benchmarks",
|
||||
collapsed: false,
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "apis/benchmarks/index",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "v2.65.0",
|
||||
link: {
|
||||
title: "v2.65.0",
|
||||
slug: "/apis/benchmarks/v2.65.0",
|
||||
description:
|
||||
"Benchmark results of Zitadel v2.65.0\n"
|
||||
},
|
||||
items: [
|
||||
"apis/benchmarks/v2.65.0/machine_jwt_profile_grant/index",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
selfHosting: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user