File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11steps :
2- - label : " :julia: Benchmark "
2+ - label : " :julia: Run Tests "
33 plugins :
44 - JuliaCI/julia#v1:
55 version : " 1.8"
@@ -10,3 +10,14 @@ steps:
1010 queue : " juliaecosystem"
1111 arch : " x86_64"
1212 timeout_in_minutes : 30
13+
14+ - label : " :julia: Run benchmarks"
15+ command : " julia --project=benchmark benchmark/runbenchmarks.jl"
16+ plugins :
17+ - JuliaCI/julia#v1:
18+ version : " 1.8"
19+ agents :
20+ os : " linux"
21+ queue : " juliaecosystem"
22+ arch : " x86_64"
23+ timeout_in_minutes : 30
Original file line number Diff line number Diff line change 2424 with :
2525 version : ${{ matrix.version }}
2626 arch : ${{ matrix.arch }}
27- - uses : julia-actions/cache@v1
28- - uses : julia-actions/julia-buildpkg@v1
2927 - name : Run benchmarks and upload to server
3028 run : julia --project=benchmark benchmark/runbenchmarks.jl
Original file line number Diff line number Diff line change 11using Pkg
2- Pkg. develop (path= " ." )
2+ Pkg. develop (path = " ." )
33Pkg. instantiate ()
44
55using TaylorDiff
You can’t perform that action at this time.
0 commit comments