Skip to content

Commit

Permalink
upload as artifact for test
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed May 12, 2024
1 parent f0aab9d commit 9520bb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
env:
BUILD_DIR: Dist

permissions:
contents: read

jobs:
benchmark:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,3 +51,11 @@ jobs:
external-data-json-path: ./cache/benchmark_result.json
fail-on-alert: true
summary-always: true

- name: Upload benchmark data
uses: actions/upload-artifact@v2
with:
name: benchmark_data
path: |
Tests/Benchmarks/benchmark_result.json
./cache/benchmark_result.json

0 comments on commit 9520bb0

Please sign in to comment.