add additional comments

This commit is contained in:
fiatcode 2025-10-20 10:58:27 +07:00
parent e9d703ec7c
commit d85653e970
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// Stress test script for Quote API // Stress test script for Kuwot API
// Usage: node stress-test.js // Usage: node testLoad.js
const ENDPOINTS = [ const ENDPOINTS = [
'http://localhost:8080/quotes/random', 'http://localhost:8080/quotes/random',

View file

@ -1,3 +1,6 @@
// Rate Limit test script for Kuwot API
// Usage: node testRateLimit.js
async function testRateLimit() { async function testRateLimit() {
const url = 'http://localhost:8080/quotes/random'; const url = 'http://localhost:8080/quotes/random';