aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/TRPG-home/PackBenchmarks.tsx
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-08 15:03:07 +0800
committer简律纯 <i@jyunko.cn>2023-07-08 15:03:07 +0800
commit34a49c6b1b58b5054a893b80adda6dc904f4e237 (patch)
tree4e73c0878416ae487838eb474a011f026073f523 /docs/components/pages/TRPG-home/PackBenchmarks.tsx
parentf741a066909311d6b6827e05baf7bf467ed6a8a2 (diff)
downloadHydroRoll-34a49c6b1b58b5054a893b80adda6dc904f4e237.tar.gz
HydroRoll-34a49c6b1b58b5054a893b80adda6dc904f4e237.zip
😶‍🌫️Delete
Diffstat (limited to 'docs/components/pages/TRPG-home/PackBenchmarks.tsx')
-rw-r--r--docs/components/pages/TRPG-home/PackBenchmarks.tsx18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/components/pages/TRPG-home/PackBenchmarks.tsx b/docs/components/pages/TRPG-home/PackBenchmarks.tsx
index 97ad74b..36cd4b7 100644
--- a/docs/components/pages/TRPG-home/PackBenchmarks.tsx
+++ b/docs/components/pages/TRPG-home/PackBenchmarks.tsx
@@ -16,7 +16,7 @@ export interface BenchmarkData {
HydroRoll: number;
Shiki: number;
OlivOS: number;
- SealDice: number;
+ // SealDice: number;
}
export interface BenchmarkBar {
@@ -41,10 +41,10 @@ export const DEFAULT_BARS: BenchmarkBar[] = [
label: "OlivOS青果",
swc: true,
},
- {
- key: "SealDice",
- label: "SealDice海豹",
- },
+ // {
+ // key: "SealDice",
+ // label: "SealDice海豹",
+ // },
];
export const HMR_BARS: BenchmarkBar[] = [
{
@@ -61,10 +61,10 @@ export const HMR_BARS: BenchmarkBar[] = [
label: "OlivOS青果",
swc: true,
},
- {
- key: "SealDice",
- label: "SealDice海豹",
- },
+ // {
+ // key: "SealDice",
+ // label: "SealDice海豹",
+ // },
];
export function PackBenchmarks() {