aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 14:47:27 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 14:47:27 +0800
commit2be089223e48a2c8223e43436bb145ae676ef649 (patch)
treeb3b94c548089a02a494ed12d82d382b47e13d6c8 /docs
parent767fbe30cffea186b2c6226549118e0a81799fb9 (diff)
downloadHydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.tar.gz
HydroRoll-2be089223e48a2c8223e43436bb145ae676ef649.zip
🧬Just a Test
Diffstat (limited to 'docs')
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarks.tsx42
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx4
2 files changed, 23 insertions, 23 deletions
diff --git a/docs/components/pages/TRPG-home/PackBenchmarks.tsx b/docs/components/pages/TRPG-home/PackBenchmarks.tsx
index 9bd1db8..aadb484 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 {
- next13: number;
- next12: number;
- vite: number;
- next11: 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: "next13",
- label: "Next.js 13",
+ key: "HydroRoll水系",
+ label: "HydroRoll水系 CQHTTP",
turbo: true,
},
{
- key: "next12",
- label: "Next.js 12",
+ key: "溯洄Shiki",
+ label: "溯洄Shiki GocqLite",
},
{
- key: "vite",
- label: "Vite",
+ key: "OlivOS青果",
+ label: "OlivOS青果 onebot",
swc: true,
},
{
- key: "next11",
- label: "Next.js 11",
+ key: "SealDice海豹",
+ label: "SealDice海豹 qq",
},
];
export const HMR_BARS: BenchmarkBar[] = [
{
- key: "next13",
- label: "Next.js 13",
+ key: "HydroRoll水系",
+ label: "HydroRoll水系 CQHTTP",
turbo: true,
},
{
- key: "vite",
- label: "Vite",
+ key: "溯洄Shiki",
+ label: "溯洄Shiki GocqLite",
swc: true,
},
{
- key: "next12",
- label: "Next.js 12",
+ key: "OlivOS青果",
+ label: "OlivOS青果 onebot",
},
{
- key: "next11",
- label: "Next.js 11",
+ key: "SealDice海豹",
+ label: "SealDice海豹 qq",
},
];
@@ -75,7 +75,7 @@ export function PackBenchmarks() {
return (
<FadeIn className="relative flex flex-col items-center justify-center w-full gap-10 py-16 font-sans md:py-24 lg:py-32">
<div className="flex flex-col items-center gap-5 md:gap-6">
- <SectionHeader>Faster Than Fast</SectionHeader>
+ <SectionHeader>比快更快</SectionHeader>
<SectionSubtext>
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 f3107b0..10223b5 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
)}
>
- turbo
+ 水系核心Core
</p>
)}
{swc && (
<p className="font-space-grotesk m-0 font-light text-[#666666]">
- with SWC
+ with OlivaDiceCore
</p>
)}
{esbuild && (