MarginaliaSearch/code/tools/load-test
Viktor Lofgren fe419b12b4 Better handling of quote terms, fix bug in handling of longer queries.
... where some terms may previously have been ignored. The latter bug was due to the handling of QueryHeads with AnyOf-style predicates interacting poorly with alreadyConsideredTerms in SearchIndex.java
2023-04-10 13:11:40 +02:00
..
src/main/java/nu/marginalia/load_test Better handling of quote terms, fix bug in handling of longer queries. 2023-04-10 13:11:40 +02:00
build.gradle Load test tool 2023-04-02 09:43:43 +02:00
readme.md Load test tool 2023-04-02 09:43:43 +02:00

Load Test

Performs random queries to puts load on the local Marginalia deployment to enable profiling of the index.

Run in the IDE.

Configure the profiler to look at port 7021 for the index service, and 7023 for the search service.