Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit ace08d7

Browse files
committed
Update README
1 parent 4296e91 commit ace08d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository includes details on DevOps practices such as:
1818
- [Flow Diagram](#flow-diagram)
1919

2020
###### Secret Video
21-
![Stress Test Demo](https://drive.google.com/file/d/1lWwXpxc-LT96e60We6uqqiQ7sOGcRvTK/view)
21+
![Stress Test Demo](/media//stress-test.mp4)
2222

2323

2424
## Monorepo

media/stress-test.mp4

16.2 MB
Binary file not shown.

packages/server/src/stress-test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import fs from 'fs';
77

88
const API_URL = 'http://localhost:3001/api';
99
const SOCKET_URL = 'ws://localhost:3001';
10-
const NUM_USERS = 600; // Reduced from 100
11-
const OPERATIONS_PER_USER = 60; // Reduced from 20
12-
const DELAY_BETWEEN_OPS_MS = 20; // Increased from 200
10+
const NUM_USERS = 300;
11+
const OPERATIONS_PER_USER = 20;
12+
const DELAY_BETWEEN_OPS_MS = 20;
1313
const LOG_FILE = 'stress-test-results.log';
1414
const BATCH_SIZE = 20;
1515

0 commit comments

Comments
 (0)