# docs(readme): K6 부하 테스트(가상 스레드 ON/OFF) 결과 반영 + 재현 스크립트 문서화 - #16
Merged
Conversation
## 변경 사항 - `README.md`에 시스템 설명/증명 포인트를 보강하고, `부하 테스트 — 가상 스레드 ON vs OFF (K6)` 섹션 추가 - K6 재현용 문서/스크립트 추가: - `docs/perf/k6/README.md` - `docs/perf/k6/prepare.sh` - `docs/perf/k6/remittance.js` - `docs/perf/k6/.gitignore` (`users.json`, `results-*.json`, `run-*.log`, `prepare.log` 제외) ## 변경 파일 - `README.md` (131 insertions, 1 deletion) - `docs/perf/k6/.gitignore` (new) - `docs/perf/k6/README.md` (new) - `docs/perf/k6/prepare.sh` (new) - `docs/perf/k6/remittance.js` (new) ## 의도 - ADR-006(virtual thread) 관련 성능 검증을 문서화하고, 팀원이 동일 조건으로 ON/OFF를 재측정할 수 있게 재현 절차를 저장소에 고정 ## 검증 - 문서/스크립트 추가 변경으로 애플리케이션 코드 동작 변경 없음 - 로컬에서 `git status --short --untracked-files=all` 기준 PR 포함 대상 확인 완료
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
README.md에 시스템 설명/증명 포인트를 보강하고,부하 테스트 — 가상 스레드 ON vs OFF (K6)섹션 추가docs/perf/k6/README.mddocs/perf/k6/prepare.shdocs/perf/k6/remittance.jsdocs/perf/k6/.gitignore(users.json,results-*.json,run-*.log,prepare.log제외)변경 파일
README.md(131 insertions, 1 deletion)docs/perf/k6/.gitignore(new)docs/perf/k6/README.md(new)docs/perf/k6/prepare.sh(new)docs/perf/k6/remittance.js(new)의도
검증
git status --short --untracked-files=all기준 PR 포함 대상 확인 완료