diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index a62b8b6d1..0876713c5 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -5,7 +5,6 @@ on: push: branches: - master - - develop # paths: # - 'lib/**/*.ts' # - 'tsconfig.json' diff --git a/benchmark/README.md b/benchmark/README.md index acc3f13b9..b383ac60f 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -77,7 +77,7 @@ Fastest is node-libcurl Curl - reusing instance - GET,node-libcurl curly - GET #### Ubuntu 19.10 i7-5500U 2.4GHz - Linux 5.3.0-42 - Node v12.16.2 ##### local server -node.js http.request - GET x 720 ops/sec ±2.65% (74 runs sampled) +```node.js http.request - GET x 720 ops/sec ±2.65% (74 runs sampled) axios - GET x 611 ops/sec ±2.14% (78 runs sampled) superagent - GET x 681 ops/sec ±1.80% (77 runs sampled) request - GET x 671 ops/sec ±2.14% (76 runs sampled) @@ -92,8 +92,9 @@ Fastest is node-libcurl Easy - reusing instance - GET real 0m59,502s user 0m19,020s sys 0m3,756s - +``` ##### example.com +``` node.js http.request - GET x 3.42 ops/sec ±0.95% (21 runs sampled) axios - GET x 3.44 ops/sec ±1.16% (21 runs sampled) superagent - GET x 3.41 ops/sec ±1.31% (21 runs sampled) @@ -109,3 +110,4 @@ Fastest is node-libcurl Curl - GET real 1m5,417s user 0m3,469s sys 0m0,229s +``` diff --git a/package.json b/package.json index 100152c56..8e68c2af1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build:dist": "tsc", "ae": "api-extractor run --local --verbose", "clean:build": "rimraf build", - "clean:dist": "rimraf dist", + "clean:dist": "rimraf dist tsconfig.tsbuildinfo", "clean": "yarn clean:build && yarn clean:dist", "docs": "yarn build:dist && yarn ae && api-documenter markdown -i build/api-extractor -o docs", "gen:constants": "node scripts/build-constants.js",