feat: add TDP and YouTube video inputs to benchmark submission wizard

This commit is contained in:
2026-05-09 23:25:30 +08:00
parent b5d9f0e19b
commit bb45599fe9
4 changed files with 62 additions and 1 deletions
+2
View File
@@ -120,6 +120,7 @@ export function ReviewStep({
<SummaryRow label="FPS High" value={formatNumber(performance.fpsHigh)} />
<SummaryRow label="Load Time SSD" value={formatNumber(performance.loadTimeSsd)} />
<SummaryRow label="Load Time SD" value={formatNumber(performance.loadTimeSd)} />
<SummaryRow label="TDP (Watts)" value={formatNumber(performance.tdpWatts)} />
</div>
{/* Environment */}
@@ -141,6 +142,7 @@ export function ReviewStep({
}
/>
)}
<SummaryRow label="YouTube Video" value={environment.youtubeVideoId || "Not set"} />
</div>
{/* Settings */}