Skip to content

Commit

Permalink
Change bench-file-path output name to bench-results-path
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 21, 2024
1 parent f7793b9 commit 6ecaae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get-throughput/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ inputs:
required: false
default: "600"
outputs:
bench-file-path:
bench-results-path:
description: "JSON with throughput for the session"
value: ${{ steps.get-throughput.outputs.bench-file-path }}
value: ${{ steps.get-throughput.outputs.bench-results-path }}
runs:
using: composite
steps:
Expand All @@ -34,4 +34,4 @@ runs:
set -ex
cd tools/ci/python
pip install -r requirements.txt
echo "bench-file-path=$(python program.py -n "$SESSION_NAME" --polling-limit "$POLL_DURATION_LIMIT" "$GRPC_CLIENT_ENDPOINT")" >> "$GITHUB_OUTPUT"
echo "bench-results-path=$(python program.py -n "$SESSION_NAME" --polling-limit "$POLL_DURATION_LIMIT" "$GRPC_CLIENT_ENDPOINT")" >> "$GITHUB_OUTPUT"

0 comments on commit 6ecaae8

Please sign in to comment.