diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-12 00:05:47 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-12 00:05:47 +0000 |
| commit | 51c64f1d28c466c69dc693be15bce8bfbffeafd1 (patch) | |
| tree | 83588a2c2908c99e01ee013e68bce4146b67b780 /core/views | |
| parent | ba348181f74634376c871c2be9210ead4582b5e2 (diff) | |
Create a simple benchmark that loads 500 localized messages and performs
500 localizations on them.
Diffstat (limited to 'core/views')
| -rw-r--r-- | core/views/welcome.html.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 1180f475..c901b926 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -133,6 +133,7 @@ <li><a href="javascript:show('config')">Configuration</a></li> <li><a href="javascript:show('actions')">Actions</a></li> <li><a href="javascript:show('info')">Info</a></li> + <li><a href="javascript:show('benchmarks')">Benchmarks</a></li> <li><a href="javascript:show('docs')">Docs</a></li> </ul> @@ -223,6 +224,17 @@ </ul> </div> + <div id="benchmarks" class="activity"> + <ul> + <li> + <?= html::anchor("welcome/i18n/build", "Make Translation") ?> + </li> + <li> + <?= html::anchor("welcome/i18n/run", "Run Translation") ?> + </li> + </ul> + </div> + <div id="docs" class="activity"> <ul> <li> |
