From 39a21cfdf253009a8ab02111edfeccdc450d6bcd Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Mon, 3 Oct 2022 01:00:29 -0400 Subject: [PATCH] perf: add query parameter to benchmark (#1676) --- benchmarks/benchmark.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }