Skip to content

A toolchain for benchmarking typical PHP tasks and tools

License

Notifications You must be signed in to change notification settings

patricktruebe/stackbench-php

Repository files navigation

Stackbench for PHP

A toolchain for benchmarking typical PHP tasks and tools

This repository is based on Getting Started with PHP on Heroku - check it out.

Usage

Deploy this app on Heroku, a private PaaS like Dokku or any other compatible runtime environment

# Getting stackbench ready on your PaaS of choice
$ git clone https://github.com/patricktruebe/stackbench-php
$ cd stackbench-php
$ git remote add bench1 <your cloud host here>
$ git push bench1

# Start the benchmark
$ export DOMAIN=http(s)://<your domain here>
$ ./stackbench.sh "$DOMAIN"
wrk2 not found. This will clone and build https://github.com/giltene/wrk2.git. Ok? [Press Enter]
[...]
$ ./stackbench.sh [domain1] ... [domain_n]
[...]
# @see Track Records for comparison

Track Records

Please open a PR to share your results

About

A toolchain for benchmarking typical PHP tasks and tools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published