Skip to content

Commit

Permalink
save binary and remove old one
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed Apr 5, 2024
1 parent 13e2f64 commit 57779aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rpc-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ jobs:
if [ $perf_exit_status -eq 0 ]; then
echo "TEST_RESULT=success" >> "$GITHUB_OUTPUT"
# temporary: removes previous binary test
rm -rf ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/bin ${{runner.workspace}}/last_execution_test/*
# save all vegeta binary report on specific area
cp -r ${{runner.workspace}}/rpc-tests/perf/reports/bin ${{runner.workspace}}/current_test
cp -r ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/bin ${{runner.workspace}}/last_execution_test/
#python3 $ERIGON_QA_PATH/test_system/qa-tests/uploads/upload_test_results.py --repo silkworm --commit $(git rev-parse HEAD) --test_name rpc-performance-test-$method --outcome success --result_file ${{runner.workspace}}/rpc-tests/perf/reports/mainnet/result.json
echo "Tests completed successfully"
Expand All @@ -129,7 +131,8 @@ jobs:
#run_perf mainnet eth_getBlockByNumber stress_test_eth_getBlockByNumber_13M 1:1,100:30,1000:20,5000:20
#run_perf mainnet eth_getTransactionByHash stress_test_eth_getTransactionByHash_13M 1:1,100:30,1000:20,10000:20
#run_perf mainnet eth_getTransactionReceipt stress_test_eth_getTransactionReceipt_14M 1:1,100:30,1000:20,5000:20
run_perf mainnet eth_createAccessList stress_test_eth_createAccessList_16M 1:1,100:30,1000:20,5000:20,10000:30
#run_perf mainnet eth_createAccessList stress_test_eth_createAccessList_16M 1:1,100:30,1000:20,5000:20,10000:30
run_perf mainnet eth_createAccessList stress_test_eth_createAccessList_16M 20000:30
- name: Stop Silkworm RpcDaemon
Expand Down

0 comments on commit 57779aa

Please sign in to comment.