├── LICENSE ├── README.md ├── composer.json └── src └── ServiceContainer └── PerformanceExtension.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfBehat/PerformanceExtension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfBehat/PerformanceExtension/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfBehat/PerformanceExtension/HEAD/composer.json -------------------------------------------------------------------------------- /src/ServiceContainer/PerformanceExtension.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FriendsOfBehat/PerformanceExtension/HEAD/src/ServiceContainer/PerformanceExtension.php --------------------------------------------------------------------------------