add additional comments
This commit is contained in:
parent
e9d703ec7c
commit
d85653e970
2 changed files with 5 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue