Skip to content

Commit

Permalink
small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Apr 7, 2024
1 parent 7124ef7 commit 45cafd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,39 +100,3 @@ jobs:
using NetSurvival
DocMeta.setdocmeta!(NetSurvival, :DocTestSetup, :(using NetSurvival); recursive=true)
doctest(NetSurvival)
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- name: Run benchmark
run: |
julia --project=benchmark --color=yes -e '
using Pkg;
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate();
include("benchmark/benchmarks.jl")'
- name: Download previous benchmark data
uses: actions/cache@v4
with:
path: ./cache
key: benchmark
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
tool: 'julia'
output-file-path: output.json
external-data-json-path: ./cache/benchmark-data.json
fail-on-alert: false
# GitHub API token to make a commit comment
github-token: ${{ secrets.GITHUB_TOKEN }}
# Enable alert commit comment
comment-on-alert: true
# Enable Job Summary for PRs
summary-always: true
# Mention @rhysd in the commit comment
# alert-comment-cc-users: '@rhysd'
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Test = "1.6"
TestItemRunner = "0.2"
julia = "1.9"
RCall = "0.14"
RateTables = "0.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 45cafd3

Please sign in to comment.