From f741a066909311d6b6827e05baf7bf467ed6a8a2 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 8 Jul 2023 14:54:21 +0800 Subject: ❤️HydroRoll Core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/pages/TRPG-home/PackBenchmarks.tsx | 44 +++++++++++----------- .../pages/TRPG-home/PackBenchmarksGraph.tsx | 4 +- 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'docs/components') diff --git a/docs/components/pages/TRPG-home/PackBenchmarks.tsx b/docs/components/pages/TRPG-home/PackBenchmarks.tsx index aadb484..97ad74b 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarks.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarks.tsx @@ -13,10 +13,10 @@ export type BenchmarkCategory = | "code_build" | "build_from_cache"; export interface BenchmarkData { - HydroRoll水系: number; - 溯洄Shiki: number; - OlivOS青果: number; - SealDice海豹: number; + HydroRoll: number; + Shiki: number; + OlivOS: number; + SealDice: number; } export interface BenchmarkBar { @@ -28,42 +28,42 @@ export interface BenchmarkBar { export const DEFAULT_BARS: BenchmarkBar[] = [ { - key: "HydroRoll水系", - label: "HydroRoll水系 CQHTTP", + key: "HydroRoll", + label: "HydroRoll水系", turbo: true, }, { - key: "溯洄Shiki", - label: "溯洄Shiki GocqLite", + key: "Shiki", + label: "溯洄Shiki", }, { - key: "OlivOS青果", - label: "OlivOS青果 onebot", + key: "OlivOS", + label: "OlivOS青果", swc: true, }, { - key: "SealDice海豹", - label: "SealDice海豹 qq", + key: "SealDice", + label: "SealDice海豹", }, ]; export const HMR_BARS: BenchmarkBar[] = [ { - key: "HydroRoll水系", - label: "HydroRoll水系 CQHTTP", + key: "HydroRoll", + label: "HydroRoll水系", turbo: true, }, { - key: "溯洄Shiki", - label: "溯洄Shiki GocqLite", - swc: true, + key: "Shiki", + label: "溯洄Shiki", }, { - key: "OlivOS青果", - label: "OlivOS青果 onebot", + key: "OlivOS", + label: "OlivOS青果", + swc: true, }, { - key: "SealDice海豹", - label: "SealDice海豹 qq", + key: "SealDice", + label: "SealDice海豹", }, ]; @@ -75,7 +75,7 @@ export function PackBenchmarks() { return (
- 比快更快 + 快速加载 Crafted by the creators of Webpack, Turbopack delivers unparalleled performance at scale. diff --git a/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx b/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx index 10223b5..6ee4d54 100644 --- a/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx +++ b/docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx @@ -317,12 +317,12 @@ function GraphLabel({ gradients.benchmarkTurboLabel )} > - 水系核心Core + HydroRollCore

)} {swc && (

- with OlivaDiceCore + 青果核

)} {esbuild && ( -- cgit v1.2.3-70-g09d2