Skip to content

Commit cf87423

Browse files
committed
upgrade dependencies
1 parent 2253637 commit cf87423

File tree

4 files changed

+125
-308
lines changed

4 files changed

+125
-308
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
nodejs: [12.x, 14.x, 16.x]
11+
nodejs: [12.x, 14.x, 16.x, 17.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1

benchmarks/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// mostly copied from https://github.com/Ethan-Arrowood/undici-fetch/blob/main/benchmarks/index.js
22

33
const { createServer } = require('http')
4-
const { Client, Pool, errors } = require('undici')
4+
const { Pool } = require('undici')
55
const { Worker, isMainThread, parentPort, workerData } = require('worker_threads')
66

77
function printResults(results, n) {

0 commit comments

Comments
 (0)