Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Jun 2, 2020
2 parents d15ed55 + 63f9754 commit 7bb4c00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- master
- develop
# paths:
# - 'lib/**/*.ts'
# - 'tsconfig.json'
Expand Down
6 changes: 4 additions & 2 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -109,3 +110,4 @@ Fastest is node-libcurl Curl - GET
real 1m5,417s
user 0m3,469s
sys 0m0,229s
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7bb4c00

Please sign in to comment.