aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/TRPG-home/PackBenchmarks.tsx
diff options
context:
space:
mode:
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() {