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


##########
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:
   nit: is it actually possible for a Gatling report to *not* have any 
timestamp... ?



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