Skip to content

Commit

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

Expand Down

0 comments on commit 1b3340d

Please sign in to comment.