Index: trunk/phase3/maintenance/benchmarks/bench_delete_truncate.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | require_once( dirname( __FILE__ ) . '/Benchmarker.php' ); |
5 | 5 | |
6 | | -class BenchmarkPurge extends Benchmarker { |
| 6 | +class BenchmarkDeleteTruncate extends Benchmarker { |
7 | 7 | |
8 | 8 | public function __construct() { |
9 | 9 | parent::__construct(); |
— | — | @@ -74,5 +74,5 @@ |
75 | 75 | } |
76 | 76 | } |
77 | 77 | |
78 | | -$maintClass = "BenchmarkPurge"; |
| 78 | +$maintClass = "BenchmarkDeleteTruncate"; |
79 | 79 | require_once( RUN_MAINTENANCE_IF_MAIN ); |
\ No newline at end of file |