Skip to content

Commit ae04aad

Browse files
committed
fixed metrics range, and dangling word
1 parent e869bd1 commit ae04aad

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

src/pages/HomePage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
font-size: 1.1rem;
539539
color: #666;
540540
margin-bottom: 2rem;
541-
max-width: 600px;
541+
max-width: 700px;
542542
margin-left: auto;
543543
margin-right: auto;
544544
}

src/pages/HomePage.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,10 @@ const HomePage: React.FC = () => {
308308
<div className="container">
309309
<h2 className="section-title">Research Team</h2>
310310
<p className="contact-description">
311-
To evaluate your router with RouterArena, please visit our GitHub repository and follow the instructions provided in the README.<br />
312-
For inquiries or support, contact us at {contactInfo.email} or submit an issue on GitHub.
311+
To evaluate your router with RouterArena,
312+
visit our GitHub repository and follow the instructions in the README.<br />
313+
314+
For inquiries or support, contact us at {contactInfo.email} or submit a GitHub issue.
313315
</p>
314316

315317
{/* Action Buttons */}

src/pages/LeaderboardPage.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const LeaderboardPage: React.FC = () => {
359359
</p>
360360

361361
<p>
362-
<strong>Range:</strong> [0, 1]
362+
<strong>Range:</strong> [0, 100]
363363
</p>
364364
</div>
365365
</div>
@@ -381,7 +381,7 @@ const LeaderboardPage: React.FC = () => {
381381
</p>
382382
<BlockMath math="\text{Score} = \frac{N_{\text{optimal selections}}}{N_{\text{selections}}}" />
383383
<p>
384-
<strong>Range:</strong> [0, 1]
384+
<strong>Range:</strong> [0, 100]
385385
</p>
386386
</div>
387387
</div>
@@ -407,7 +407,7 @@ const LeaderboardPage: React.FC = () => {
407407
near-optimal cost decisions.
408408
</p>
409409
<p>
410-
<strong>Range:</strong> [0, 1]
410+
<strong>Range:</strong> [0, 100]
411411
</p>
412412
</div>
413413
</div>
@@ -434,7 +434,7 @@ const LeaderboardPage: React.FC = () => {
434434
independent of cost.
435435
</p>
436436
<p>
437-
<strong>Range:</strong> [0, 1]
437+
<strong>Range:</strong> [0, 100]
438438
</p>
439439
</div>
440440
</div>
@@ -460,7 +460,7 @@ const LeaderboardPage: React.FC = () => {
460460
robust model selection.
461461
</p>
462462
<p>
463-
<strong>Range:</strong> [0, 1]
463+
<strong>Range:</strong> [0, 100]
464464
</p>
465465
</div>
466466
</div>
@@ -483,7 +483,7 @@ const LeaderboardPage: React.FC = () => {
483483
<BlockMath math="Score = \frac{1}{L_{\text{router}} - 10}" />
484484
<p>Higher scores correspond to lower latency overhead and faster inference.</p>
485485
<p>
486-
<strong>Range:</strong> [0, 1]
486+
<strong>Range:</strong> [0, 100]
487487
</p>
488488
</div>
489489
</div>

0 commit comments

Comments
 (0)