From d9fbb8b4e4228719c6719df5a23a2bd62ff32acb Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Sat, 30 May 2026 05:35:13 -0500 Subject: [PATCH] ref(ci): add @codspeed/core directly --- deno.json | 1 + deno.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/deno.json b/deno.json index 901feb9..d4c8f82 100644 --- a/deno.json +++ b/deno.json @@ -17,6 +17,7 @@ "effection": "npm:effection@^4.0.2", "@std/encoding": "jsr:@std/encoding@1", "@codspeed/tinybench-plugin": "npm:@codspeed/tinybench-plugin@^5.4.0", + "@codspeed/core": "npm:@codspeed/core@^5.4.0", "tinybench": "npm:tinybench@^5.0.0" }, "exports": { diff --git a/deno.lock b/deno.lock index d0f8ef2..c68198e 100644 --- a/deno.lock +++ b/deno.lock @@ -20,6 +20,7 @@ "jsr:@std/testing@1": "1.0.17", "jsr:@ts-morph/bootstrap@0.27": "0.27.0", "jsr:@ts-morph/common@0.27": "0.27.0", + "npm:@codspeed/core@^5.4.0": "5.4.0", "npm:@codspeed/tinybench-plugin@^5.4.0": "5.4.0_tinybench@5.1.0", "npm:@sinclair/typebox@*": "0.34.48", "npm:@sinclair/typebox@0.34": "0.34.48", @@ -335,6 +336,7 @@ "jsr:@std/encoding@1", "jsr:@std/expect@1", "jsr:@std/testing@1", + "npm:@codspeed/core@^5.4.0", "npm:@codspeed/tinybench-plugin@^5.4.0", "npm:@sinclair/typebox@0.34", "npm:effection@^4.0.2", -- 2.51.2