File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
pattern=$3
76
76
sequence=$4
77
77
78
- // clean temporary area
78
+ # clean temporary area
79
79
cd ${{runner.workspace}}/rpc-tests/perf
80
80
rm -rf ./reports/
81
81
@@ -127,7 +127,7 @@ jobs:
127
127
python3 $ERIGON_QA_PATH/test_system/qa-tests/rpc-tests/perf_hdr_analysis.py \
128
128
--test_name ${servers[i-1]}-$method \
129
129
--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
131
131
else
132
132
failed_test=1
133
133
cd ${{runner.workspace}}/silkworm
You can’t perform that action at this time.
0 commit comments