project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Scripts to run facets in isolation #158

Open brent-hartwig opened 1 month ago

brent-hartwig commented 1 month ago

Related to performance tests, we're looking to capture individual facet request response times for both semantic and non-semantic facets.

brent-hartwig commented 1 month ago

Added the non-semantic facet's script to the 158-facet-request-scripts branch.

brent-hartwig commented 1 month ago

@clarkepeterf:

  1. The non-semantic facet script I provided does not format the values as Activity Streams and contains copied code. I don't see much value in it. Should we delete it?
  2. Do you still plan on comparing semantic facet performance between the current implementation and before #57, #58, and #135? If priorities allow, I would like to see this done. But perhaps after the Activity Streams test?
  3. I invalidated the data I captured thus far in Baseline Requests. I like the concept of knowing how long a specific request (facet or otherwise) is expected to take, but I'd rather implement those as system monitoring tests (e.g., #13) --perhaps wired up to Blue & Green but also easy enough for us to use in DEV.

cc: @jffcamp