Skip to content

Commit f519854

Browse files
authored
Update README with benchmark results and goals
Added benchmark results and updated goals section. Signed-off-by: GUIAR OQBA <117593772+okba14@users.noreply.github.com>
1 parent a0b4889 commit f519854

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,20 @@ Phase 3 Optimized C/ASM JSON Parser
224224
Phase 4 Modular Plug-in System for custom extensions
225225
Phase 5 Open-source release with detailed benchmarks vs Nginx
226226

227-
# 📊 Benchmark Goals (Planned)
228-
* Server 1K concurrent requests Avg Latency Memory (MB)
229-
* NeuroHTTP (C/ASM) ✅ Target: 2ms 🚀 < 10
230-
* Nginx ~8ms ⚡ 12
231-
* Node.js (Express) ~15ms 🐢 60
232-
* Flask (Python) ~30ms 🐢 120
227+
# 📊 Benchmark
228+
229+
## Summary of Results
230+
231+
```bash
232+
### Run:
233+
wrk -t4 -c100 -d30s --latency http://localhost:8080/
234+
```
235+
236+
| Server | Requests/sec | Total Requests | Avg Latency | p50 | p75 | p90 | p99 | Max Latency | Transfer/sec |
237+
|----------|--------------|----------------|-------------|-------|---------|----------|-----------|-------------|--------------|
238+
| nginx | 6743 | 202,701 | 80ms | 11.79ms | 13.23ms | 218.75ms | 1.12s | 1.33s | 1.02MB |
239+
| NeuroHTTP | 1621 | 48,762 | 61.22ms | 43.08ms | 100.72ms | 104.62ms | 114.27ms | 135.85ms | 4.94MB |
240+
233241

234242
# 💡 Vision
235243
* The web was built for documents.

0 commit comments

Comments
 (0)