aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 14:54:21 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 14:54:21 +0800
commitf741a066909311d6b6827e05baf7bf467ed6a8a2 (patch)
tree87ed1941a7f4941d4e9c0c64644d1ec4f578a5d9 /docs
parent2be089223e48a2c8223e43436bb145ae676ef649 (diff)
downloadHydroRoll-f741a066909311d6b6827e05baf7bf467ed6a8a2.tar.gz
HydroRoll-f741a066909311d6b6827e05baf7bf467ed6a8a2.zip
❤️HydroRoll Core
Diffstat (limited to 'docs')
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarks.tsx44
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarksGraph.tsx4
2 files changed, 24 insertions, 24 deletions
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 (
<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>比快更快</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 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
</p>
)}
{swc && (
<p className="font-space-grotesk m-0 font-light text-[#666666]">
- with OlivaDiceCore
+ 青果核
</p>
)}
{esbuild && (