From 8e8e0cfea09433354fc04a791c8fef3daa15f905 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 08:49:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20remove=20unused=20path=20import?= =?UTF-8?q?=20in=20benchmarks/run.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: shenald-dev <245350826+shenald-dev@users.noreply.github.com> --- benchmarks/run.js | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/run.js b/benchmarks/run.js index 30e7dce..b037d59 100644 --- a/benchmarks/run.js +++ b/benchmarks/run.js @@ -1,5 +1,4 @@ const { performance } = require('perf_hooks'); -const path = require('path'); async function run() { const mod = require('../src/index.js');