More linter silencing
[benchmarks-js.git] / package.json
index 2265f2ba665b597d513cd296f8f58ee020bff06b..303d0a678bac5c532cf1f499d475bb82ee3efe5c 100644 (file)
@@ -11,6 +11,7 @@
     "benchmark:busy-wait": "node busy-wait.js",
     "benchmark:empty-array": "node empty-array.js",
     "benchmark:quick-select": "node quick-select.js",
+    "benchmark:max": "node max.js",
     "benchmark:promise-handling": "node promise-handling.js",
     "benchmark:fibonacci": "node fibonacci.js",
     "benchmark:random": "node random.js",
@@ -23,6 +24,7 @@
   "license": "MIT",
   "dependencies": {
     "benchmark": "^2.1.4",
+    "benny": "^3.7.1",
     "microtime": "^3.1.1"
   },
   "devDependencies": {
@@ -30,7 +32,7 @@
     "eslint-config-standard": "^17.0.0",
     "eslint-define-config": "^1.7.0",
     "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-jsdoc": "^39.3.17",
+    "eslint-plugin-jsdoc": "^39.3.20",
     "eslint-plugin-n": "^15.3.0",
     "eslint-plugin-promise": "^6.1.1",
     "husky": "^8.0.1",