Skip to content

Commit c3b8567

Browse files
committed
docs(perf): 성능 테스트 및 최적화 문서 한글/영문 버전 동시 추가
- Sprout 서버 성능 분석, 프로파일링, JIT 최적화, 결과 요약 포함 - Docusaurus에 한글 및 영문 문서 모두 반영
1 parent 912cdde commit c3b8567

5 files changed

Lines changed: 1383 additions & 29 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
id 'java'
33
id 'jacoco'
44
id 'io.gatling.gradle' version '3.11.5.2'
5+
id "org.sonarqube" version "6.3.1.5724"
56
}
67

78
java {

website/docs/architecture/http-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,3 +719,4 @@ public class CustomProtocolDetector implements ProtocolDetector {
719719
}
720720
}
721721
```
722+
> Refer to the [Performance Test and Optimization] (./performance-optimization.md ) document for performance optimization process and benchmark results.

0 commit comments

Comments
 (0)