backend-tech-forge / benchmark

A enterprise level performance testing solution. Taking inspiration from nGrinder, this project aims to develop a Spring Boot application mirroring nGrinder's functionality as closely as feasible.
MIT License
4 stars 0 forks source link

feat : agent 타겟 서버 호출, 결과 client 전달 기능 추가 #54

Closed LeeJeongGi closed 6 months ago

LeeJeongGi commented 6 months ago

controoler <-> agent

타겟 서버 호출 해서 전달하는 기능과 저장하는 기능 추가 했습니다. 추가로 클라이언트에 주기적으로 정보를 전달 하는 부분도 서비스로직 완성했습니다 !

추가적인 내용은 금일 8시 미팅에 같이 이야기 해봐요:)

LeeJeongGi commented 6 months ago

반환 객체 Common 에 있는 객체로 받아서 전달하도록 수정했습니다 :)

TestResult -> CommonTestResult 로 이름 변경했습니다.

TestResult 이름으로 테이블 만들어서 쓰고 있어서 이름이 겹쳐 수정했어요! 확인 부탁드려용

ghkdqhrbals commented 6 months ago

merged in #58