Skip to content

Commit

Permalink
Typo (gdalle#68)
Browse files Browse the repository at this point in the history
* Typo

* Change benchmark comment

* Print and comment
  • Loading branch information
gdalle authored Dec 12, 2023
1 parent 5cc6f44 commit 9e3179b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
run: julia -e 'using BenchmarkCI; BenchmarkCI.judge(baseline="origin/main")'
- name: Print judgement
run: julia -e 'using BenchmarkCI; BenchmarkCI.displayjudgement()'
- name: Comment judgement
run: julia -e 'using BenchmarkCI; BenchmarkCI.postjudge()'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion examples/types.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ## Types
# # Types

#=
Here we explain why playing with different number and array types can be useful in an HMM.
Expand Down

0 comments on commit 9e3179b

Please sign in to comment.