Skip to content

Commit

Permalink
Try path relative to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Nov 16, 2021
1 parent 2220a7d commit 7746512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
# fail workdlow if 1.5 times slower
fail-threshold: '150%'
fail-on-alert: true
file-to-annotate: test/benchmarks/time.js
file-to-annotate: ${{ github.workspace }}/test/benchmarks/time.js

- name: Compare memory usage benchmark result
uses: openpgpjs/github-action-pull-request-benchmark@v1
Expand All @@ -63,5 +63,5 @@ jobs:
comment-on-alert: true
fail-threshold: '110%'
fail-on-alert: true
file-to-annotate: test/benchmarks/memory_usage.js
file-to-annotate: ${{ github.workspace }}/test/benchmarks/memory_usage.js

0 comments on commit 7746512

Please sign in to comment.