Skip to content

Instantly share code, notes, and snippets.

@LePichu
Created June 16, 2026 21:21
Show Gist options
  • Select an option

  • Save LePichu/3c951cdec0c2a75d35d1e7f37ea7ddda to your computer and use it in GitHub Desktop.

Select an option

Save LePichu/3c951cdec0c2a75d35d1e7f37ea7ddda to your computer and use it in GitHub Desktop.
lepichudoesdev@ohiodeck in lepichudoesdev in 0.2s !!!
$> # This is native Rust                                            
 
lepichudoesdev@ohiodeck in lepichudoesdev in 0.0s !!!
$> ~/Downloads/bombardier -c 10 -n 1000 http://localhost:3000/health
Bombarding http://localhost:3000/health with 1000 request(s) using 10 connection(s)
 1000 / 1000 [===============================================================================] 100.00% 4947/s 0s
Done!
Statistics        Avg      Stdev        Max
  Reqs/sec     82393.72       0.00   82393.72
  Latency      114.98us   128.18us     1.71ms
  HTTP codes:
    1xx - 0, 2xx - 1000, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:    15.01MB/s
 
lepichudoesdev@ohiodeck in lepichudoesdev in 0.2s !!!
$> # This is the FFI'd API for .NET
 
lepichudoesdev@ohiodeck in lepichudoesdev in 0.0s !!!
$> ~/Downloads/bombardier -c 10 -n 1000 http://localhost:3000/health
Bombarding http://localhost:3000/health with 1000 request(s) using 10 connection(s)
 1000 / 1000 [================================================================================] 100.00% 552/s 1s
Done!
Statistics        Avg      Stdev        Max
  Reqs/sec       589.69    1047.30    3821.76
  Latency       16.96ms    92.83ms      0.90s
  HTTP codes:
    1xx - 0, 2xx - 1000, 3xx - 0, 4xx - 0, 5xx - 0
    others - 0
  Throughput:   109.27KB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment