summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml')
-rw-r--r--vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml b/vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml
new file mode 100644
index 00000000..2293155a
--- /dev/null
+++ b/vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml
@@ -0,0 +1,39 @@
+<phpunit backupGlobals="false"
+ backupStaticAttributes="true"
+ bootstrap="../bootstrap.php"
+ colors="true">
+ <testsuites>
+ <testsuite name="Transport">
+ <file>TransportTest.php</file>
+ </testsuite>
+ </testsuites>
+ <listeners>
+ <listener class="PHPUnit_Util_Log_XHProf" file="/home/munkie/Projects/phpunit-testlistener-xhprof/PHPUnit/Util/Log/XHProf.php">
+ <arguments>
+ <array>
+ <element key="xhprofLibFile">
+ <string>/var/www/xhprof/xhprof_lib/utils/xhprof_lib.php</string>
+ </element>
+ <element key="xhprofRunsFile">
+ <string>/var/www/xhprof/xhprof_lib/utils/xhprof_runs.php</string>
+ </element>
+ <element key="xhprofWeb">
+ <string>http://xhprof.local/</string>
+ </element>
+ <element key="appNamespace">
+ <string>Elastica</string>
+ </element>
+ <element key="xhprofFlags">
+ <string>XHPROF_FLAGS_CPU,XHPROF_FLAGS_MEMORY</string>
+ </element>
+ <element key="xhprofConfigFile">
+ <string>/var/www/xhprof/xhprof_lib/config.php</string>
+ </element>
+ <element key="xhprofIgnore">
+ <string>call_user_func,call_user_func_array</string>
+ </element>
+ </array>
+ </arguments>
+ </listener>
+ </listeners>
+</phpunit> \ No newline at end of file