PerformanceBenchmarking Domain — astro Architecture
Internal tooling for measuring build times and runtime performance across versions.
Entity Profile
Dependency Diagram
graph TD domain_PerformanceBenchmarking["PerformanceBenchmarking"] subdomain_PerformanceBenchmarking_MetricsCalculator["MetricsCalculator"] domain_PerformanceBenchmarking --> subdomain_PerformanceBenchmarking_MetricsCalculator subdomain_PerformanceBenchmarking_ProjectGenerator["ProjectGenerator"] domain_PerformanceBenchmarking --> subdomain_PerformanceBenchmarking_ProjectGenerator style domain_PerformanceBenchmarking fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Subdomains
Source Files
- benchmark/bench/_template.js
- benchmark/make-project/_template.js
- benchmark/bench/_util.js
- benchmark/make-project/_util.js
- benchmark/bench/cli-startup.js
- benchmark/bench/codspeed-setup.js
- benchmark/static-projects/build-hybrid/src/pages/api/data.json.js
- benchmark/static-projects/build-server/src/pages/api/data.json.js
- benchmark/index.js
- benchmark/packages/timer/src/index.ts
- benchmark/make-project/markdown-cc1.js
- benchmark/make-project/markdown-cc2.js
- benchmark/make-project/mdx-cc1.js
- benchmark/make-project/mdx-cc2.js
- benchmark/make-project/memory-default.js
- benchmark/bench/memory.js
- benchmark/packages/timer/src/preview.ts
- benchmark/make-project/render-bench.js
- benchmark/make-project/render-default.js
- benchmark/bench/render.js
- benchmark/make-project/server-stress-default.js
- benchmark/bench/server-stress.js
- benchmark/packages/timer/src/server.ts
- benchmark/static-projects/build-server/src/pages/api/stats.json.js
- benchmark/static-projects/build-server/src/pages/api/users.json.js
Source
- benchmark/bench/_template.js
- benchmark/make-project/_template.js
- benchmark/bench/_util.js
- benchmark/make-project/_util.js
- benchmark/bench/cli-startup.js
- benchmark/bench/codspeed-setup.js
- benchmark/static-projects/build-hybrid/src/pages/api/data.json.js
- benchmark/static-projects/build-server/src/pages/api/data.json.js
- benchmark/index.js
- benchmark/packages/timer/src/index.ts
- benchmark/make-project/markdown-cc1.js
- benchmark/make-project/markdown-cc2.js
- benchmark/make-project/mdx-cc1.js
- benchmark/make-project/mdx-cc2.js
- benchmark/make-project/memory-default.js
- benchmark/bench/memory.js
- benchmark/packages/timer/src/preview.ts
- benchmark/make-project/render-bench.js
- benchmark/make-project/render-default.js
- benchmark/bench/render.js
- benchmark/make-project/server-stress-default.js
- benchmark/bench/server-stress.js
- benchmark/packages/timer/src/server.ts
- benchmark/static-projects/build-server/src/pages/api/stats.json.js
- benchmark/static-projects/build-server/src/pages/api/users.json.js
Frequently Asked Questions
What is the PerformanceBenchmarking domain?
The PerformanceBenchmarking domain is an architectural grouping in the astro codebase. Internal tooling for measuring build times and runtime performance across versions. It contains 25 source files.
What subdomains are in PerformanceBenchmarking?
The PerformanceBenchmarking domain contains 2 subdomain(s): MetricsCalculator, ProjectGenerator.
How many files are in PerformanceBenchmarking?
The PerformanceBenchmarking domain contains 25 source files.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free