Skip to content

Commit 5b3581e

Browse files
committed
Improve benchmark reproducibility
1 parent 7b2d2d6 commit 5b3581e

3 files changed

Lines changed: 2 additions & 29 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ steps:
1919
agents:
2020
os: "linux"
2121
queue: "juliaecosystem"
22+
exclusive: true
2223
arch: "x86_64"
2324
timeout_in_minutes: 30

.github/workflows/Benchmark.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'main'
7-
tags: '*'
7+
tags: ['*']
88
pull_request:
99

1010
jobs:

0 commit comments

Comments
 (0)