JunhoeKim

Results 2 comments of JunhoeKim

늦은 답변 죄송합니다. 이 모듈을 디자인할 당시에 한글은 SI 단위계를 따르고 있지 않아서 format 방법을 사용하여 표현하도록 디자인했습니다. ```js uck.format('f만')(15000); // "1.5만" uck.format('f천')(1500); // "1.5천" ``` 의 표현은 부족할까요?

@yorugac We don't want to change the vus using predefined stages, but rather want to dynamically adjust them based on the server's status, so it's difficult to directly apply the...