@@ -150,37 +150,35 @@ steps:
150150          build.message !~ /\[only/ && !build.pull_request.draft && 
151151            build.message !~ /\[skip benchmarks\]/ 
152152         timeout_in_minutes : 30 
153+       #  - label: "Benchmarks (dry run)"
154+       #    plugins:
155+       #      - JuliaCI/julia#v1:
156+       #          version: "1.10"
157+       #    command: |
158+       #      julia --project -e '
159+       #        using Pkg
153160
161+       #        println("--- :julia: Instantiating project")
162+       #        Pkg.resolve()
163+       #        Pkg.instantiate()
164+       #        Pkg.activate("perf")
165+       #        Pkg.resolve()
166+       #        Pkg.instantiate()
167+       #        push!(LOAD_PATH, @__DIR__)
154168
155-       - label : " Benchmarks (dry run)" 
156-         plugins :
157-           - JuliaCI/julia#v1: 
158-               version : " 1.10" 
159-         command : | 
160-           julia --project -e ' 
161-             using Pkg 
162- 
163-             println("--- :julia: Instantiating project") 
164-             Pkg.resolve() 
165-             Pkg.instantiate() 
166-             Pkg.activate("perf") 
167-             Pkg.resolve() 
168-             Pkg.instantiate() 
169-             push!(LOAD_PATH, @__DIR__) 
170- 
171-             println("+++ :julia: Benchmarking") 
172-             include("perf/runbenchmarks.jl")' 
173-          artifact_paths :
174-           - " results.json" 
175-         agents :
176-           queue : " juliaecosystem" 
177-           os : " macos" 
178-           arch : " aarch64" 
179-         if : | 
180-           build.message =~ /\[only benchmarks\]/ || 
181-           build.message !~ /\[only/ && !build.pull_request.draft && 
182-             build.message !~ /\[skip benchmarks\]/ 
183-          timeout_in_minutes : 30 
169+       #        println("+++ :julia: Benchmarking")
170+       #        include("perf/runbenchmarks.jl")'
171+       #    artifact_paths:
172+       #      - "results.json"
173+       #    agents:
174+       #      queue: "juliaecosystem"
175+       #      os: "macos"
176+       #      arch: "aarch64"
177+       #    if: |
178+       #      build.message =~ /\[only benchmarks\]/ ||
179+       #      build.message !~ /\[only/ && !build.pull_request.draft &&
180+       #        build.message !~ /\[skip benchmarks\]/
181+       #    timeout_in_minutes: 30
184182
185183      #  if we will submit results, use the benchmark queue so that we will
186184      #  be running on the same system each time
0 commit comments