Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.77 KB

File metadata and controls

37 lines (31 loc) · 1.77 KB

Introduction

PHPBench is a benchmark runner for PHP analagous to PHPUnit but for performance rather than correctness.

Performance can be monitored and measured in a number of ways: profiling (via. Xdebug or Blackfire), manually instrumenting your code (e.g. Symfony Stopwatch) or with APM tools such as NewRelic or Tideways.

PHPBench compliments these tools (and in some cases can integrate with them) allowing you to profile the wall time and memory usage of specific scenarios and code units independently of the application context.

Features include but are not limited to: