X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=33b1ebe9c1dc880aedbc7e032917625853b2b5f6;hb=17a9a09416d6c07f560eb0c79bd031d8c0125d4e;hp=22e5a63017cb4adbe3902697fe64d944fa335161;hpb=3832ad95c98b136ef703a29685fedebe4a5e3ba2;p=poolifier.git diff --git a/package.json b/package.json index 22e5a630..33b1ebe9 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "benchmark": "npm run build && node -r source-map-support/register benchmarks/bench.js", "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/bench.js", "benchmark:prod": "npm run build:prod && node -r source-map-support/register benchmarks/bench.js", - "test": "npm run build && nyc mocha -r source-map-support/register --exit --timeout 20000 'tests/**/*.test.js'", + "test": "npm run build && nyc mocha -r source-map-support/register --exit --timeout 20000 --parallel 'tests/**/*.test.js'", "test:debug": "npm run build && mocha -r source-map-support/register --inspect --exit --timeout 20000 'tests/**/*.test.js'", "test:prod": "npm run build:prod && nyc mocha -r source-map-support/register --exit --timeout 20000 'tests/**/*.test.js'", "sonar": "sonar-scanner", - "coverage": "nyc report --reporter=lcov --check-coverage --lines 80", - "coverage:html": "nyc report --reporter=html --check-coverage --lines 80", + "coverage": "nyc report --reporter=lcov", + "coverage:html": "nyc report --reporter=html", "format": "prettier --loglevel silent --write .; prettierx --write .", "lint": "eslint .", "lint:fix": "eslint . --fix" @@ -25,13 +25,18 @@ }, "keywords": [ "node", - "thread-pool", + "pool", + "workers pool", + "threads pool", "worker-threads", "cluster", + "cluster worker", + "concurrency", "performance", "cpu", "computing", - "async-resource" + "async computing", + "async resource" ], "author": "pioardi", "contributors": [