From d85653e970f395472c6e1abdd0b8914574b7de2a Mon Sep 17 00:00:00 2001 From: fiatcode Date: Mon, 20 Oct 2025 10:58:27 +0700 Subject: [PATCH] add additional comments --- testLoad.js | 4 ++-- testRateLimit.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/testLoad.js b/testLoad.js index 9210771..5dce287 100644 --- a/testLoad.js +++ b/testLoad.js @@ -1,5 +1,5 @@ -// Stress test script for Quote API -// Usage: node stress-test.js +// Stress test script for Kuwot API +// Usage: node testLoad.js const ENDPOINTS = [ 'http://localhost:8080/quotes/random', diff --git a/testRateLimit.js b/testRateLimit.js index c80bfc1..fa0d57d 100644 --- a/testRateLimit.js +++ b/testRateLimit.js @@ -1,3 +1,6 @@ +// Rate Limit test script for Kuwot API +// Usage: node testRateLimit.js + async function testRateLimit() { const url = 'http://localhost:8080/quotes/random';