Test Results (Local)
Spec
- Node server: 1 node
- OpenSearch: 1 node
- Redis: 1 node
Default:
- Duration: 60s
- Virtual Users: 1000
- Command:
k6 run search.test.js -d 60s -vu 1000 -e BASE_URL=http://localhost:4000
Screenshot:

Must-have filters: filterPDT
- Duration: 60s
- Virtual Users: 1000
- Command:
k6 run search.test.js -d 60s -vu 1000 -e BASE_URL=http://localhost:4000 -e MUST_HAVE_FILTERS=filterPDT
Screenshot:

Only include filters: cuisineIds,diningStyleIds,locationIds
- Duration: 60s
- Virtual Users: 1000
- Command:
k6 run search.test.js -d 60s -vu 1000 -e BASE_URL=http://localhost:4000 -e ONLY_INCLUDE_FILTERS=cuisineIds,diningStyleIds,locationIds
Screenshot:
