Skip to content

Commit ee03fc6

Browse files
authored
Merge pull request #7 from shenald-dev/fix/remove-unused-path-import-10229072426884049963
🧹 remove unused path import in benchmarks/run.js
2 parents 1ed76b0 + 8e8e0cf commit ee03fc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

benchmarks/run.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const { performance } = require('perf_hooks');
2-
const path = require('path');
32

43
async function run() {
54
const mod = require('../src/index.js');

0 commit comments

Comments
 (0)