Skip to content

Commit

Permalink
Remove benchmarks from test forlder
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei32Ionescu committed Jun 22, 2023
1 parent 77872d0 commit 3f8725e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
${{ runner.os }}-
- name: Run benchmark
run: |
cd test/benchmarks
cd benchmarks
julia -e 'import Pkg; Pkg.add("LaplaceRedux")'
julia -e 'import Pkg; Pkg.add("Flux")'
julia -e 'import Pkg; Pkg.add("Plots")'
Expand All @@ -142,7 +142,7 @@ jobs:
with:
name: Julia benchmark result
tool: 'julia'
output-file-path: test/benchmarks/output.json
output-file-path: benchmarks/output.json
# Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
Expand Down
File renamed without changes.
Empty file removed test/benchmarks/output.json
Empty file.

0 comments on commit 3f8725e

Please sign in to comment.