From 2be089223e48a2c8223e43436bb145ae676ef649 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 8 Jul 2023 14:47:27 +0800 Subject: 🧬Just a Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/pages/TRPG-home/PackBenchmarks.tsx | 42 +++++++++++----------- .../pages/TRPG-home/PackBenchmarksGraph.tsx | 4 +-- tests/plugins/exc.py | 4 ++- 3 files changed, 26 insertions(+), 24 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 (
- Faster Than Fast + 比快更快 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

)} {swc && (

- with SWC + with OlivaDiceCore

)} {esbuild && ( diff --git a/tests/plugins/exc.py b/tests/plugins/exc.py index 7e453ed..4d6b885 100644 --- a/tests/plugins/exc.py +++ b/tests/plugins/exc.py @@ -13,4 +13,6 @@ class Exec(Plugin): return False if self.event.type != "message": return False - return self.event.message.startswith("t") \ No newline at end of file + return self.event.message.startswith("t") + +print(1) \ No newline at end of file -- cgit v1.2.3-70-g09d2