Remove usage of wfTime() in benchmarks and backupTextPassTest.php
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 6 Sep 2012 17:47:17 +0000 (19:47 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Thu, 6 Sep 2012 17:47:17 +0000 (19:47 +0200)
commitc293d90acb11a17b208f2aecf055ed5b598cebc4
tree2aa9a3699d53aa78ea1ebc0ab04e5667ad718308
parent6fabf4b3c14d6630c61926e5fb234bb6c1e74ed1
Remove usage of wfTime() in benchmarks and backupTextPassTest.php

Left the usage in GlobalTest.php since these are tests for
that function.

This function is only a wrapper to microtime( true ),
so it can easily be replaced and deprecated at some point.

Change-Id: I4f7c1f6705e10e2664f8e9be51d86ed5c8ff1e1c
maintenance/benchmarks/Benchmarker.php
maintenance/benchmarks/bench_delete_truncate.php
maintenance/benchmarks/benchmarkHooks.php
maintenance/benchmarks/benchmarkPurge.php
tests/phpunit/maintenance/backupTextPassTest.php