Libraries tagged by benchmarking
phpbench/phpbench
14167193 Downloads
PHP Benchmarking Framework
devster/ubench
1034940 Downloads
Micro PHP library for benchmarking
athletic/athletic
199061 Downloads
PHP Benchmarking Framework
dantleech/phpbench
358 Downloads
PHP Benchmarking Framework
sandermuller/stopwatch
38188 Downloads
Lightweight profiler for PHP and Laravel. Add checkpoints, measure closures, track queries and memory, and surface results as HTML, Server-Timing headers, log entries, or Debugbar timelines.
veloper/bench
16974 Downloads
A light-weight class for quickly benchmarking/timing/profiling PHP code
riod94/profiler-benchmark
23912 Downloads
PHP Laravel simple and lightweight profiler and benchmarking
phpbenchmark/phpbenchmark
11466 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
laminas/laminas-cache-storage-adapter-benchmark
27696 Downloads
Generic component to provide benchmarking capabilities to the various storage adapter
tox82/server-timing-helper
4384 Downloads
A simple helper class for Server Timing. Easily profile your code's execution time and send it to the client via the Server-Timing header.
kohana/codebench
22452 Downloads
The official Kohana benchmarking module
mre/phpench
27 Downloads
A graphical PHP benchmarking tool
gajus/doll
162 Downloads
Extended PDO with inline type hinting, deferred connection support, logging and benchmarking.
cline/bench
99 Downloads
Modern PHP benchmarking with comparisons, snapshots, and regression gates.
ohansyah/laravelbenchmark
1030 Downloads
Measure the number of milliseconds it takes for the given callbacks to complete. This code is from the laravel 9.x helper benchmarking (https://laravel.com/docs/9.x/helpers#benchmarking) PR by by Nuno Maduro https://github.com/laravel/framework/pull/44252. Rewrite intend to run it on old php and laravel legacy project