Skip to content

Commit

Permalink
fix command that stores results
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Feb 7, 2024
1 parent 13df52e commit a31bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpc-performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
perf_exit_status=$?
# Save test result to a directory with timestamp and commit hash
mv ${{runner.workspace}}/rpc-tests/perf/mainnet/results $RPC_PAST_TEST_DIR/mainnet_$(date +%Y%m%d_%H%M%S)_perf_$(git rev-parse --short HEAD)
mv ${{runner.workspace}}/rpc-tests/perf/reports/mainnet $RPC_PAST_TEST_DIR/mainnet_$(date +%Y%m%d_%H%M%S)_perf_$(git rev-parse --short HEAD)
# Check monitoring script exit status
if [ $perf_exit_status -eq 0 ]; then
Expand Down

0 comments on commit a31bb82

Please sign in to comment.