Joan Miquel 4ab2980fe6 Lower keepalive requests (#4384) 6 år sedan
..
Benchmark 2b95cc2a29 Updating to Hamlet 3.2 (#4152) 6 år sedan
deploy 4ab2980fe6 Lower keepalive requests (#4384) 6 år sedan
README.md 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
amp.php 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
benchmark_config.fix.json 7d6fd4205b Update php to v7.3 (#4271) 6 år sedan
benchmark_config.json 7d6fd4205b Update php to v7.3 (#4271) 6 år sedan
composer.json 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
hamlet-amp.dockerfile 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
hamlet-react.dockerfile 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
hamlet-roadrunner.dockerfile 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
hamlet-swoole.dockerfile 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
hamlet.dockerfile 72561fa890 Join update and install (#4362) 6 år sedan
index.php a1438ec1b5 Updating to Hamlet 3.1 (#4113) 6 år sedan
react.php a1438ec1b5 Updating to Hamlet 3.1 (#4113) 6 år sedan
roadrunner.php 7e3f75aec8 Adding RoadRunner and AMP integration (#4155) 6 år sedan
swoole.php a1438ec1b5 Updating to Hamlet 3.1 (#4113) 6 år sedan

README.md

Hamlet Framework Benchmarking Test

This is the Hamlet Core portion of a benchmarking test suite

Current submission tests the following configurations:

  • Hamlet + PHP FPM
  • Hamlet + ReactPHP
  • Hamlet + RoadRunner
  • Hamlet + Swoole

(Some) Documentation

Dependency

{
  ...
  "require": {
    "hamlet/hamlet-core" : "^3"
    ...
  }
}

Local test

ab -c 1 -n 100 "http://127.0.0.1:8089/json"