@@ -150,74 +150,3 @@ 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
160-
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__)
168-
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
182-
183- # if we will submit results, use the benchmark queue so that we will
184- # be running on the same system each time
185- # - label: "Benchmarks on Julia {{matrix.julia}}"
186- # plugins:
187- # - JuliaCI/julia#v1:
188- # version: "{{matrix.julia}}"
189- # env:
190- # BENCHMARKS: "true"
191- # CODESPEED_PROJECT: "$BUILDKITE_PIPELINE_NAME"
192- # CODESPEED_BRANCH: "$BUILDKITE_BRANCH"
193- # CODESPEED_COMMIT: "$BUILDKITE_COMMIT"
194- # CODESPEED_EXECUTABLE: "Julia {{matrix.julia}}"
195- # command: |
196- # julia --project -e '
197- # using Pkg
198- # ENV["CODESPEED_ENVIRONMENT"] = ENV["BUILDKITE_AGENT_NAME"]
199-
200- # println("--- :julia: Instantiating project")
201- # Pkg.resolve()
202- # Pkg.instantiate()
203- # Pkg.activate("perf")
204- # Pkg.resolve()
205- # Pkg.instantiate()
206- # push!(LOAD_PATH, @__DIR__)
207-
208- # println("+++ :julia: Benchmarking")
209- # include("perf/runbenchmarks.jl")'
210- # agents:
211- # queue: "benchmark"
212- # gpu: "rtx2070"
213- # cuda: "*"
214- # if: |
215- # build.branch =~ /^master$$/ && build.message =~ /\[only benchmarks\]/ ||
216- # build.branch =~ /^master$$/ && build.message !~ /\[only/ &&
217- # build.message !~ /\[skip benchmarks\]/
218- # matrix:
219- # setup:
220- # julia:
221- # - "1.10"
222- # - "1.11"
223- # timeout_in_minutes: 30
0 commit comments