Achilles icon indicating copy to clipboard operation
Achilles copied to clipboard

revamp performance capture

Open fdefalco opened this issue 1 year ago • 1 comments

Currently query performance is captured in the output log and then later that log is parsed to pull out the run time for the queries. This parsing step will fail when there are errors in the log because it changes the format of those lines. I don't think this is a great approach and would rather refactor the performance metrics to be captured separately from the log and remove the need to then parse the log file for performance metrics.

fdefalco avatar Aug 16 '23 16:08 fdefalco