jenkins-bot has submitted this change and it was merged.

Change subject: beta: Change ProfilerSimpleText to ProfilerXhprof
......................................................................


beta: Change ProfilerSimpleText to ProfilerXhprof

ProfilerSimpleText has been removed from MediaWiki.

Change-Id: I29b092bf5404e34d3443fc6ba2b74c69ec5c41ba
---
M wmf-config/CommonSettings-labs.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Aaron Schulz: Looks good to me, but someone else must approve
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index 32e44f8..621e89c 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -11,7 +11,8 @@
 // test wiki
 if ( $wgDBname == 'testwiki' ) {
        $wgDebugToolbar = true;
-       $wgProfiler['class'] = 'ProfilerSimpleText';
+       $wgProfiler['class'] = 'ProfilerXhprof';
+       $wgProfiler['output'] = array( 'text' );
 }
 
 if ( file_exists( '/etc/wmflabs-instancename' ) ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/186604
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I29b092bf5404e34d3443fc6ba2b74c69ec5c41ba
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to