Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: result1

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: result2

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: result3