From cbbaf8c960010f4f937651520039c3bfc534b94d Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 17 May 2026 12:26:25 +0000 Subject: [PATCH] bench: rename benchmark file in `@stdlib/object/none-own-by` Rename the package benchmark from `benchmark/index.js` to the canonical `benchmark/benchmark.js`. Within `@stdlib/object`, 24 of 26 members (92%) place the primary benchmark at `benchmark/benchmark.js`, and this file was the only `benchmark/index.js` among the 4332 benchmark-bearing packages in stdlib. The non-canonical name does not match the benchmark runner discovery glob (`benchmark/**/benchmark*.js`), so the benchmark was never executed; the rename restores discovery. File contents are unchanged. --- .../object/none-own-by/benchmark/{index.js => benchmark.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/node_modules/@stdlib/object/none-own-by/benchmark/{index.js => benchmark.js} (100%) diff --git a/lib/node_modules/@stdlib/object/none-own-by/benchmark/index.js b/lib/node_modules/@stdlib/object/none-own-by/benchmark/benchmark.js similarity index 100% rename from lib/node_modules/@stdlib/object/none-own-by/benchmark/index.js rename to lib/node_modules/@stdlib/object/none-own-by/benchmark/benchmark.js