Skip to content

Commit

Permalink
Fix issue with artifact destination and adjust benchmark parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent c633942 commit 21a5133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/runbenchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ steps:
- JuliaCI/julia#v1:
version: "1"
command: |
buildkite-agent artifact download "*.json" bench/results/
buildkite-agent artifact download "bench/results/*" .
julia --project=bench -e 'println("--- :julia: Combining Benchmarks")
include("bench/aggregate.jl")'
Expand Down
2 changes: 2 additions & 0 deletions bench/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ using Suppressor
using BenchmarkTools

const SUITE = BenchmarkGroup()
BenchmarkTools.DEFAULT_PARAMETERS.gcsample = true
BenchmarkTools.DEFAULT_PARAMETERS.seconds = 60

# To run benchmarks on a specific GPU backend, add AMDGPU / CUDA / Metal / oneAPI
# to bench/Project.toml and change the variable below to the backend name
Expand Down

0 comments on commit 21a5133

Please sign in to comment.