binarycat0 commented on code in PR #87:
URL: https://github.com/apache/polaris-tools/pull/87#discussion_r2602107768


##########
benchmarks/Makefile:
##########
@@ -36,3 +36,29 @@ read-update-simulation:
 create-commits-simulation:
        ./gradlew gatlingRun --simulation 
org.apache.polaris.benchmarks.simulations.CreateCommits \
       -Dconfig.file=./application.conf
+
+.PHONY: reports-list
+reports-list:
+       @for report in $$(ls -d build/reports/gatling/*/ 2>/dev/null | sort 
-r); do \
+               basename="$$(basename $$report)"; \
+               name="$$(echo $$basename | sed 's/-[0-9]\{17\}$$//')"; \
+               timestamp="$$(echo $$basename | grep -o '[0-9]\{17\}$$')"; \
+               if [ -n "$$timestamp" ]; then \

Review Comment:
   IDK if the current format is custom or default for gatling reports, ex: 
`readtreedataset-20251205112940382`
   I can take a look later and change the behavior if necessary in the next PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to