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';