Added a script to compare current parser output to cache
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 2 May 2014 18:13:26 +0000 (11:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 14 May 2014 23:54:34 +0000 (16:54 -0700)
commit380b075756a15f82a158be5c3a4283188208c820
treea392cbd00042c25007b796dcd988ca21dd004f50
parent3ec32e3e5f67cb1589111ef4ca72d1e09acb7a41
Added a script to compare current parser output to cache

* This works on a random set of pages in a namespace and can
  be used to compare different PHP interpreters.
* This can, like any maintenance script, be used with --profiler.

Change-Id: Ica69a3ef27df29af1c6e4dc4c8413b55a03df49e
maintenance/compareParserCache.php [new file with mode: 0644]