diff --git a/benchmarks/benchmark.js b/benchmarks/benchmark.js index 8b1caa666f7..22a69509815 100644 --- a/benchmarks/benchmark.js +++ b/benchmarks/benchmark.js @@ -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 }