Skip to content

Commit

Permalink
moved cache to benchmark directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 4, 2024
1 parent cf7cc0c commit 11b66df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Download previous benchmark data
uses: actions/cache@v1
with:
path: ./cache
path: ./cache/benchmarks/
key: ${{ runner.os }}-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
Expand All @@ -45,7 +45,7 @@ jobs:
# Where the output from the benchmark tool is stored
output-file-path: benchmark_result.json
# Where the previous data file is stored
external-data-json-path: ./cache/benchmark-data.json
external-data-json-path: ./benchmarks/cache/benchmark-data.json
# Workflow will fail when an alert happens
fail-on-alert: true
# GitHub API token to make a commit comment
Expand Down
File renamed without changes.

0 comments on commit 11b66df

Please sign in to comment.