@@ -149,7 +149,7 @@ jobs:
149149 LD_LIBRARY_PATH=lib ./test/perf/${{ matrix.perf }}/${{ matrix.perf }} ${{ matrix.flag }} -t 5 -p 10 ${{ matrix.file }} ${{ matrix.tests }} | tee test/perf/results/${{ matrix.perf }}/output.txt
150150
151151 - name : Store performance test results
152- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
152+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
153153 with :
154154 # The perf tests result data is in ndjson format.
155155 tool : ' ndjson'
@@ -225,7 +225,7 @@ jobs:
225225 LD_LIBRARY_PATH=lib ./test/perf/${{ matrix.perf }}/${{ matrix.perf }} ${{ matrix.flag }} -t 5 -p 10 -f $DATA_FILE_PATH/${{ matrix.data }}.txt ${{ matrix.tests }} | tee test/perf/results/${{ matrix.perf }}/${{ matrix.data }}/output.txt
226226
227227 - name : Store performance test results
228- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
228+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
229229 with :
230230 # The perf tests result data is in ndjson format.
231231 tool : ' ndjson'
@@ -290,7 +290,7 @@ jobs:
290290 LD_LIBRARY_PATH=lib ./test/perf/strsrchperf/strsrchperf -b Test_ICU_Forward_Search Test_ICU_Backward_Search -t 5 -p 10 -L ${{ matrix.locale }} -f $DATA_FILE_PATH/${{ matrix.data }}.txt | tee test/perf/results/strsrchperf/${{ matrix.locale }}/output.txt
291291
292292 - name : Store performance test results
293- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
293+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
294294 with :
295295 # The perf tests result data is in ndjson format.
296296 tool : ' ndjson'
@@ -338,14 +338,13 @@ jobs:
338338 - name : Build and run unicodesetperf test
339339 run : |
340340 mvn ${SHARED_MVN_ARGS} install -DskipITs -DskipTests;
341- git status
342341 cd icu4j/perf-tests;
343342 mkdir -p perf/results/j_unicodesetperf/${{ matrix.perf }};
344343 mvn dependency:copy-dependencies
345344 java -cp ./target/*:./target/dependency/* com.ibm.icu.dev.test.perf.UnicodeSetPerf ${{ matrix.perf }} -a -t 2 -p 4 [:Lt:] | tee perf/results/j_unicodesetperf/${{ matrix.perf }}/output.txt
346345
347346 - name : Store performance test results
348- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
347+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
349348 with :
350349 # The perf tests result data is in ndjson format.
351350 tool : ' ndjson'
@@ -397,7 +396,7 @@ jobs:
397396 java -cp ./target/*:./target/dependency/* com.ibm.icu.dev.test.perf.UCharacterPerf -a -t 2 -p 4 0 ffff | tee perf/results/j_ucharacterperf/output.txt
398397
399398 - name : Store performance test results
400- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
399+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
401400 with :
402401 # The perf tests result data is in ndjson format.
403402 tool : ' ndjson'
@@ -456,7 +455,7 @@ jobs:
456455 java -cp ./target/*:./target/dependency/* com.ibm.icu.dev.test.perf.DecimalFormatPerformanceTest ${{ matrix.perf }} -a -t 2 -p 4 -L ${{ matrix.locale }} "#,###.##" "1.234,56" -r 1 | tee perf/results/j_decimalformatperf/${{ matrix.locale }}/${{ matrix.perf }}/output.txt
457456
458457 - name : Store performance test results
459- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
458+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
460459 with :
461460 # The perf tests result data is in ndjson format.
462461 tool : ' ndjson'
@@ -519,7 +518,7 @@ jobs:
519518 cat perf/results/j_normperf/${{ matrix.source_text }}/${{ matrix.perf }}/output.txt
520519
521520 - name : Store performance test results
522- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
521+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
523522 with :
524523 # The perf tests result data is in ndjson format.
525524 tool : ' ndjson'
@@ -648,7 +647,7 @@ jobs:
648647 java -cp ./target/*:./target/dependency/* com.ibm.icu.dev.test.perf.ConverterPerformanceTest ${{ matrix.perf }} -a -t 2 -p 4 -f $DATA_FILE_PATH/${{ matrix.source_text }}.txt -e UTF-8 -T ${{ matrix.test_enc }} | tee perf/results/j_converterperf/${{ matrix.source_text }}/${{ matrix.test_enc }}/${{ matrix.perf }}/output.txt
649648
650649 - name : Store performance test results
651- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
650+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
652651 with :
653652 # The perf tests result data is in ndjson format.
654653 tool : ' ndjson'
@@ -725,7 +724,7 @@ jobs:
725724 java -cp ./target/*:./target/dependency/* com.ibm.icu.dev.test.perf.DateFormatPerformanceTest ${{ matrix.perf }} -a -t 2 -p 4 -L ${{ matrix.locale }} ${{ env.PARM }} -r 1 | tee perf/results/j_dateformatperf/${{ matrix.locale }}/${{ matrix.perf }}/${{ env.DDIR }}/output.txt
726725
727726 - name : Store performance test results
728- uses : gregtatum/github-action-benchmark@4eed2c2f4cd0d374720c4b913f79faa8aafcfa6b # v1.8.1
727+ uses : gregtatum/github-action-benchmark@d3f06f738e9612988d575db23fae5ca0008d3d12
729728 with :
730729 # The perf tests result data is in ndjson format.
731730 tool : ' ndjson'
0 commit comments