Skip to content

Commit 57e5bae

Browse files
authored
qa-tests: fix rpc performance tests (#13706)
Use correct file name as input for hdr analysis script
1 parent adc630c commit 57e5bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
cd ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/
149149
python3 $ERIGON_QA_PATH/test_system/qa-tests/rpc-tests/perf_hdr_analysis.py \
150150
--test_name erigon-$method \
151-
--input_file ./result.json \
151+
--input_file ./erigon-$method-result.json \
152152
--output_file ./erigon-$method-latency_hdr_analysis.pdf
153153
else
154154
failed_test=1

0 commit comments

Comments
 (0)