Remove Profiler specific code from fileOpPerfTest
authorErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 1 Jul 2016 00:05:16 +0000 (17:05 -0700)
committerMaxSem <maxsem.wiki@gmail.com>
Fri, 1 Jul 2016 01:36:33 +0000 (01:36 +0000)
commit49a1b9d9f3b2cea66d5babd77a96dcc00469fba7
tree24864ff6da6d8efeea2accaf91907bf02c63d460
parentdd3b9a3343857be352bdd889541b477fd4392609
Remove Profiler specific code from fileOpPerfTest

This code was referencing classes that no longer exist, so it was
removed. Profiling can still be accomplished the same way normal maint
scripts are profiled, by populating StartProfiler.php and passing
'--profiler ProfilerOutputText', or something similar, on the maint
script command line.

Change-Id: Ie037f6b224ec361c86b86369e2a4fff641908053
maintenance/fileOpPerfTest.php