We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd17f0 commit 5d2a9b2Copy full SHA for 5d2a9b2
.github/workflows/SnoopCompile.yml
@@ -25,6 +25,8 @@ jobs:
25
# run: julia -e 'using SnoopCompile; SnoopCompile.addtestdep()'
26
- name: Generating precompile files
27
run: julia --project=@. -e 'include("deps/SnoopCompile/snoopCompile.jl")'
28
+ - name: Running Benchmark
29
+ run: julia --project=@. -e 'include("deps/SnoopCompile/snoopBenchmark.jl")'
30
31
# https://github.com/marketplace/actions/create-pull-request
32
- name: Create Pull Request
0 commit comments