Skip to content

Commit 286187b

Browse files
authored
qa-tests: fix rpc perf test workflow (#2139)
1 parent 0cca06c commit 286187b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpc-performance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
pattern=$3
7676
sequence=$4
7777
78-
// clean temporary area
78+
# clean temporary area
7979
cd ${{runner.workspace}}/rpc-tests/perf
8080
rm -rf ./reports/
8181
@@ -127,7 +127,7 @@ jobs:
127127
python3 $ERIGON_QA_PATH/test_system/qa-tests/rpc-tests/perf_hdr_analysis.py \
128128
--test_name ${servers[i-1]}-$method \
129129
--input_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/result.json \
130-
--output_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/${servers[i-1]}_$method_latency_hdr_analysis.pdf
130+
--output_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/${servers[i-1]}-${method}-latency_hdr_analysis.pdf
131131
else
132132
failed_test=1
133133
cd ${{runner.workspace}}/silkworm

0 commit comments

Comments
 (0)