r80272 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r80271
|
r80272
|
r80273
>
Date:
15:08, 14 January 2011
Author:
hashar
Status:
ok (
Comments
)
Tags:
Comment:
use require( RUN_MAINTENANCE_IF_MAIN ) as per
r80205
fix review on
r80269
Modified paths:
/trunk/phase3/maintenance/benchmarks/bench_if_switch.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/benchmarks/bench_if_switch.php
—
—
@@ -85,4 +85,4 @@
86
86
}
87
87
88
88
$maintClass = 'bench_if_switch';
89
-require_once( DO_MAINTENANCE );
89
+require_once( RUN_MAINTENANCE_IF_MAIN );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r80205
Fix concern raised by Brion in
r74108
(but has really existed since the maint...
demon
22:58, 13 January 2011
r80269
lame benchmark of if/elseif/else versus switch/case/default...
hashar
14:46, 14 January 2011
Comments
#
Comment by
Catrope
(
talk
|
contribs
)
02:07, 19 January 2011
Untagged 1.17, this benchmark isn't in REL1_17.
Status & tagging log
02:07, 19 January 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r80272
[
removed:
1.17]
13:44, 18 January 2011
😂
(
talk
|
contribs
)
changed the
tags
for r80272
[
added:
1.17]
15:09, 14 January 2011
😂
(
talk
|
contribs
)
changed the
status
of r80272
[
removed:
new
added:
ok]