diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-01-27 13:14:34 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-02-06 22:29:28 +0000 |
commit | 8df3de48824efe07c7f4b86d9ee87539a63ec58a (patch) | |
tree | 86067506225e5a69faa2812a172ab77074bdcaf6 /extras/hs-test/resources | |
parent | 085757bb4930511928daa97f972cdca021e7a813 (diff) |
hs-test: add nginx perf tests
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Ic609cf70c1d381afa78f393700359434c8bd0452
Diffstat (limited to 'extras/hs-test/resources')
-rw-r--r-- | extras/hs-test/resources/nginx/nginx.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/hs-test/resources/nginx/nginx.conf b/extras/hs-test/resources/nginx/nginx.conf index ec83aa9fbc8..99073aab1ab 100644 --- a/extras/hs-test/resources/nginx/nginx.conf +++ b/extras/hs-test/resources/nginx/nginx.conf @@ -22,5 +22,9 @@ http { { return 200 ''; } + location /64B.json + { + return 200 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; + } } } |