Skip to content

Commit 39a21cf

Browse files
authored
perf: add query parameter to benchmark (nodejs#1676)
1 parent 7c93a8d commit 39a21cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

benchmarks/benchmark.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ const httpBaseOptions = {
3232
hostname: 'localhost',
3333
method: 'GET',
3434
path: '/',
35+
query: {
36+
frappucino: 'muffin',
37+
goat: 'scone',
38+
pond: 'moose',
39+
foo: ['bar', 'baz', 'bal'],
40+
bool: true,
41+
numberKey: 256
42+
},
3543
...dest
3644
}
3745

0 commit comments

Comments
 (0)