File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -224,12 +224,20 @@ Phase 3	Optimized C/ASM JSON Parser
224224Phase 4	Modular Plug-in System for custom extensions
225225Phase 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.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments