We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
아래의 2가지 성능 테스트는 다음과 같은 점이 다르다.
데이터 규모는 두 번째 성능 테스트에서 조금 늘림
15분으로 설정했는데 10분 실행되고 꺼졌다.
HTTPResponse response = request.GET("http://127.0.0.1:8030/feed-server/feed/" + {userId} + "?last_post_id=63ef9fdd81f9764fdd5ba0ce", params) last_post_id도 DB에 있는 값에서 랜덤으로 가져오도록 수정을 해야한다.
HTTPResponse response = request.GET("http://127.0.0.1:8030/feed-server/feed/" + {userId} + "?last_post_id=63ef9fdd81f9764fdd5ba0ce", params)
The text was updated successfully, but these errors were encountered:
왜 MongoDB의 ObjectId는 복잡하게 생겼는지 알아보다가 timestamp를 포함하고 있다는 사실을 알았다.
Sorry, something went wrong.
No branches or pull requests
아래의 2가지 성능 테스트는 다음과 같은 점이 다르다.
데이터 규모는 두 번째 성능 테스트에서 조금 늘림
15분으로 설정했는데 10분 실행되고 꺼졌다.
해야 할 것
고민
HTTPResponse response = request.GET("http://127.0.0.1:8030/feed-server/feed/" + {userId} + "?last_post_id=63ef9fdd81f9764fdd5ba0ce", params)
last_post_id도 DB에 있는 값에서 랜덤으로 가져오도록 수정을 해야한다.
The text was updated successfully, but these errors were encountered: