Libraries tagged by performance test
dama/doctrine-test-bundle
28654055 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
phpbench/phpbench
8564192 Downloads
PHP Benchmarking Framework
mattiasgeniar/phpunit-query-count-assertions
551897 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
117327 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...
jbzoo/phpunit
1103927 Downloads
PHPUnit toolbox with short assert aliases and useful functions around testing
friendsofcake/fixturize
470415 Downloads
CakePHP Fixture classes to help increase productivity or performance
redcomponent/teststatistics
251578 Downloads
Codeception Extension to measure the performance of your tests
volt-test/php-sdk
468 Downloads
Volt Test PHP SDK - A performance testing tool for PHP applications
phpbenchmark/phpbenchmark
11389 Downloads
Easy to use benchmark toolkit for your PHP-application. This library contains classes for comparing algorithms as well as benchmarking application responses
mnabialek/laravel-quick-migrations
10383 Downloads
Run Laravel tests quicker
dantleech/phpbench
320 Downloads
PHP Benchmarking Framework
thunder/thunder_performance_measurement
13783 Downloads
Thunder performance measurement (testing module)
lox/regreph
7 Downloads
A test framework for measuring performance regressions
teqneers/phpunit-stopwatch
830 Downloads
Extension to measure and analyse any part of your code in order to detect performance issues using phpunit/phpunit.
socialblue/laravel-query-adviser
3295 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.