maurocarlu commited on
Commit
d08d694
·
1 Parent(s): 7bf66da

updating user guide with locust png

Browse files
Files changed (2) hide show
  1. docs/img/locust.png +3 -0
  2. docs/user_guide.md +5 -3
docs/img/locust.png ADDED

Git LFS Details

  • SHA256: ee60fcba87d5d8267461a54023eeacbf963b6aba22264b05a9a51e9a5e8f3273
  • Pointer size: 130 Bytes
  • Size of remote file: 82.8 kB
docs/user_guide.md CHANGED
@@ -14,7 +14,7 @@ Complete operational guide for the Hopcroft Skill Classification system covering
14
 
15
  ---
16
 
17
- ## 1. System Setup
18
 
19
  ### Prerequisites
20
 
@@ -25,7 +25,7 @@ Complete operational guide for the Hopcroft Skill Classification system covering
25
  | Docker Compose | 2.0+ | Multi-service orchestration |
26
  | Git | 2.30+ | Version control |
27
 
28
- ### Option A: Docker Setup (Recommended)
29
 
30
  **1. Clone and Configure**
31
 
@@ -122,7 +122,7 @@ streamlit run hopcroft_skill_classification_tool_competition/streamlit_app.py
122
  |-------------|-----|
123
  | Local (Docker) | http://localhost:8080 |
124
  | Local (Dev) | http://localhost:8000 |
125
- | Production (HF Spaces) | https://dacrow13-hopcroft-skill-classification.hf.space|
126
 
127
  ### Endpoints Overview
128
 
@@ -342,6 +342,8 @@ locust --headless \
342
  | 95th Percentile | Worst-case latency | < 2s |
343
  | Failure Rate | Percentage of errors | < 1% |
344
 
 
 
345
  ---
346
 
347
  ## 5. Monitoring (Prometheus & Grafana)
 
14
 
15
  ---
16
 
17
+ ## 1. System Setup (Local)
18
 
19
  ### Prerequisites
20
 
 
25
  | Docker Compose | 2.0+ | Multi-service orchestration |
26
  | Git | 2.30+ | Version control |
27
 
28
+ ### Option A: Docker Setup
29
 
30
  **1. Clone and Configure**
31
 
 
122
  |-------------|-----|
123
  | Local (Docker) | http://localhost:8080 |
124
  | Local (Dev) | http://localhost:8000 |
125
+ | Production (HF Spaces) | https://dacrow13-hopcroft-skill-classification.hf.space/docs|
126
 
127
  ### Endpoints Overview
128
 
 
342
  | 95th Percentile | Worst-case latency | < 2s |
343
  | Failure Rate | Percentage of errors | < 1% |
344
 
345
+ ![Locust Results](./img/locust.png)
346
+
347
  ---
348
 
349
  ## 5. Monitoring (Prometheus & Grafana)