From 3fc7362fe189b73d9cb9a0ff3338d755ca7e7003 Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:12:20 +0700 Subject: Add vitest benchmark (#583) * add basic benches * add package.json script * fix header * add codspeed plugin * add benchmark GitHub action * add env * revert change * merge upstream * update names --- types/test/json.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') diff --git a/types/test/json.d.ts b/types/test/json.d.ts index 1b4fb919..d08f9fb0 100644 --- a/types/test/json.d.ts +++ b/types/test/json.d.ts @@ -39,4 +39,4 @@ export type JsonFileParseInfo = { export type AjvSchema = Schema; -export type JsconfigType = 'main' | 'dev' | 'test'; +export type JsconfigType = 'main' | 'dev' | 'test' | 'benches'; -- cgit v1.2.3