From 9954a591c8b0229da48cd1cd0db03696099079f1 Mon Sep 17 00:00:00 2001
From: ye shengjie <184427520+ye1457@users.noreply.github.com>
Date: Fri, 18 Sep 2026 09:46:07 +0000
Subject: [PATCH 1/2] feat(leaderboard): add Qwen results and time/token costs
---
rpent/benchmarks/docs.css | 1 +
rpent/benchmarks/embed.css | 2 +
rpent/benchmarks/embed.html | 3 +-
rpent/benchmarks/index.html | 8 +-
rpent/benchmarks/leaderboard-en-dark.png | Bin 159609 -> 165595 bytes
rpent/benchmarks/leaderboard-en-light.png | Bin 157867 -> 163738 bytes
rpent/benchmarks/leaderboard-zh-dark.png | Bin 163478 -> 169044 bytes
rpent/benchmarks/leaderboard-zh-light.png | Bin 161858 -> 167548 bytes
rpent/benchmarks/leaderboard.css | 2 +
rpent/benchmarks/leaderboard.js | 21 +-
rpent/benchmarks/results.json | 287 +++++++++++++++++++++-
rpent/benchmarks/table-sort.js | 12 +-
12 files changed, 316 insertions(+), 20 deletions(-)
diff --git a/rpent/benchmarks/docs.css b/rpent/benchmarks/docs.css
index 6cc32b9..f4e9b4c 100644
--- a/rpent/benchmarks/docs.css
+++ b/rpent/benchmarks/docs.css
@@ -8,3 +8,4 @@
.rpent-static-leaderboard .table-wrap table{min-width:900px}
html[data-theme="dark"] .rpent-static-leaderboard{--rpent-fallback-border:#494052;color:var(--pst-color-text-base,#f4f0fa)}
.rpent-static-leaderboard .memory-context{margin:1rem 0}
+.rpent-static-leaderboard .cost-section .table-wrap table{min-width:340px}
diff --git a/rpent/benchmarks/embed.css b/rpent/benchmarks/embed.css
index ad3d14c..af56b87 100644
--- a/rpent/benchmarks/embed.css
+++ b/rpent/benchmarks/embed.css
@@ -23,6 +23,8 @@
.legend .astra{background:var(--astra)}
.comparison-matrix>summary{font-size:20px}
.comparison-matrix table,.comparison-matrix .matrix-label{font-size:16px}
+.cost-section{background:var(--band);border-top:4px solid var(--best);padding:30px 0 24px}.cost-section h2{font-size:27px}.cost-group{margin-top:24px}.cost-group h3{font-size:21px}.cost-group table{font-size:16px;min-width:340px;table-layout:fixed}.cost-group th{font-size:14px;white-space:normal}.cost-group th:first-child{width:42%}.cost-group th,.cost-group td{padding:10px 8px}.cost-group td:first-child{overflow-wrap:anywhere}.cost-group .table-wrap{max-width:100%}th[aria-sort=ascending]{color:var(--best)}th[aria-sort=ascending] img{opacity:1;transform:rotate(180deg)}
+@media(max-width:700px){.cost-group table{font-size:14px}.cost-section h2{font-size:23px}.cost-group h3{font-size:19px}}
.comparison-matrix thead th{font-size:14px}
.comparison-matrix .matrix-label small{font-size:12px}
footer{background:var(--band)}
diff --git a/rpent/benchmarks/embed.html b/rpent/benchmarks/embed.html
index d83cffe..7ab8ddb 100644
--- a/rpent/benchmarks/embed.html
+++ b/rpent/benchmarks/embed.html
@@ -6,10 +6,11 @@
RPent Leaderboard
-
+
+
diff --git a/rpent/benchmarks/index.html b/rpent/benchmarks/index.html
index 0f1dead..5bb324e 100644
--- a/rpent/benchmarks/index.html
+++ b/rpent/benchmarks/index.html
@@ -7,15 +7,17 @@
RPent Leaderboard
-
+
+
-