Libraries tagged by performance test
dama/doctrine-test-bundle
31515127 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
phpbench/phpbench
10763857 Downloads
PHP Benchmarking Framework
mattiasgeniar/phpunit-query-count-assertions
609504 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
marcortola/behat-seo-contexts
134346 Downloads
Behat extension for testing some On-Page SEO factors: meta title/description, canonical, hreflang, meta robots, robots.txt, redirects, sitemap validation, HTML validation, performance...
friendsofcake/fixturize
479712 Downloads
CakePHP Fixture classes to help increase productivity or performance
volt-test/laravel-performance-testing
557 Downloads
A Laravel package for performance testing with VoltTest
redcomponent/teststatistics
258044 Downloads
Codeception Extension to measure the performance of your tests
volt-test/php-sdk
1872 Downloads
Volt Test PHP SDK - A performance testing tool for PHP Developers
jbzoo/phpunit
1136580 Downloads
PHPUnit toolbox with short assert aliases and useful functions around testing
mnabialek/laravel-quick-migrations
10565 Downloads
Run Laravel tests quicker
socialblue/laravel-query-adviser
3359 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
dantleech/phpbench
320 Downloads
PHP Benchmarking Framework
lox/regreph
7 Downloads
A test framework for measuring performance regressions
phpbenchmark/phpbenchmark
11412 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
jbzoo/profiler
16480 Downloads
Simple Profiler for PHP code and unit tests