Skip to content

Commit

Permalink
perf: add query parameter to benchmark (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 3, 2022
1 parent 7c93a8d commit 39a21cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions benchmarks/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ const httpBaseOptions = {
hostname: 'localhost',
method: 'GET',
path: '/',
query: {
frappucino: 'muffin',
goat: 'scone',
pond: 'moose',
foo: ['bar', 'baz', 'bal'],
bool: true,
numberKey: 256
},
...dest
}

Expand Down

0 comments on commit 39a21cf

Please sign in to comment.