https://github.com/urnauzao/laravel-octane-benchmark-apachebench
Laravel Octane Benchmark. On this project were made Tests with 10.000 requests in 10 connections. For this, has used the Framework for Benchmarking ApacheBench.
https://github.com/urnauzao/laravel-octane-benchmark-apachebench
laravel laravel-benchmark laravel-octane swoole
Last synced: about 1 month ago
JSON representation
Laravel Octane Benchmark. On this project were made Tests with 10.000 requests in 10 connections. For this, has used the Framework for Benchmarking ApacheBench.
- Host: GitHub
- URL: https://github.com/urnauzao/laravel-octane-benchmark-apachebench
- Owner: urnauzao
- Created: 2022-12-06T01:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T01:43:13.000Z (over 2 years ago)
- Last Synced: 2025-04-14T15:14:34.302Z (about 1 month ago)
- Topics: laravel, laravel-benchmark, laravel-octane, swoole
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Benchmarking performance Laravel Octane
- `br` Neste Projeto foi realizado teste realizado com 10.000 requisições, realizadas por 10 conexões simultâneas. Para isso foi utilizado a ferramenta de Benchmarking ApacheBench.
- `en` On this project were made Tests with 10.000 requests in 10 connections. For this, has used the Framework for Benchmarking ApacheBench.## Swoole
- Request per Second(avg): 2,627.16 (`br` 2.627,16)
- Total Request: 10,000 * 3(attempt)
- Best Time: 3.786 s (`br` 3,8 segundos) per 10k requests
- Lowest Time: 3.844 s (`br` 3,8 segundos) per 10k requests## Roadrunner
- Request per Second(avg): 173.80(`br` 173,80)
- Total Request: 10,000 * 3(attempt)
- Best Time: 53.707 s (`br` 53,7 segundos) per 10k requests
- Lowest Time: 63.587 s (`br` 63,6 segundos) per 10k requests## Without Octane
- Request per Second(avg): 405.41(`br` 405,41)
- Total Request: 10.000 * 3(attempt)
- Best Time: 24.540 s (`br` 24,5 segundos) per 10k requests
- Lowest Time: 24.736 s (`br` 24,7 segundos) per 10k requests## Benchmarking Framework
- ApacheBench | [saiba mais](https://httpd.apache.org/docs/2.4/programs/ab.html)
- Script
> ab -c 10 -n 10000 -s 10 -m get -k http://localhost/