Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/actions/run-hey-load-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ runs:
#
# The workaround is to use the `external-data-json-path` option to tell the action to not
# attempt to update the local `gh-pages` branch.
- name: Download previous benchmark data
if : ${{ github.event_name != 'schedule' }}
uses: actions/cache@v4
with:
path: ./cache
key: ${{ runner.os }}-benchmark
- name: Report Latency results
if : ${{ github.event_name != 'schedule' }}
uses: benchmark-action/[email protected]
Expand Down
Loading