Skip to content

Commit 5d2a9b2

Browse files
committed
Adding benchmark step to workflow
1 parent 6dd17f0 commit 5d2a9b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/SnoopCompile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
# run: julia -e 'using SnoopCompile; SnoopCompile.addtestdep()'
2626
- name: Generating precompile files
2727
run: julia --project=@. -e 'include("deps/SnoopCompile/snoopCompile.jl")'
28+
- name: Running Benchmark
29+
run: julia --project=@. -e 'include("deps/SnoopCompile/snoopBenchmark.jl")'
2830

2931
# https://github.com/marketplace/actions/create-pull-request
3032
- name: Create Pull Request

0 commit comments

Comments
 (0)