Skip to content

Commit 830b9e9

Browse files
committed
new bench
1 parent da4c196 commit 830b9e9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 120
3939
runs-on: >-
4040
${{ github.repository == 'vortex-data/vortex'
41-
&& format('runs-on={0}/runner=bench-dedicated/tag={1}{2}', github.run_id, matrix.benchmark.id, github.event.pull_request.head.repo.fork == false && '/extras=s3-cache' || '')
41+
&& format('runs-on={0}/runner=bench-dedicated-2/tag={1}{2}', github.run_id, matrix.benchmark.id, github.event.pull_request.head.repo.fork == false && '/extras=s3-cache' || '')
4242
|| 'ubuntu-latest' }}
4343
strategy:
4444
matrix:

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 120
3636
runs-on: >-
3737
${{ github.repository == 'vortex-data/vortex'
38-
&& format('runs-on={0}/runner=bench-dedicated/extras=s3-cache/tag={1}', github.run_id, matrix.benchmark.id)
38+
&& format('runs-on={0}/runner=bench-dedicated-2/extras=s3-cache/tag={1}', github.run_id, matrix.benchmark.id)
3939
|| 'ubuntu-latest' }}
4040
strategy:
4141
matrix:

.github/workflows/nightly-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
machine_type:
7575
- id: x86
76-
instance_name: c6id.8xlarge
76+
instance_name: c8id.8xlarge
7777
# TODO(joe): support other arch
7878
# - id: arm64
7979
# instance_name: c6gd.8xlarge

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
machine_type:
1010
required: false
1111
type: string
12-
default: c6id.8xlarge
12+
default: c8id.8xlarge
1313
benchmark_matrix:
1414
required: false
1515
type: string
@@ -107,7 +107,7 @@ jobs:
107107

108108
runs-on: >-
109109
${{ github.repository == 'vortex-data/vortex'
110-
&& format('runs-on={0}/runner=bench-dedicated/tag={1}{2}', github.run_id, matrix.id, (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && '/extras=s3-cache' || '')
110+
&& format('runs-on={0}/runner=bench-dedicated-2/tag={1}{2}', github.run_id, matrix.id, (inputs.mode != 'pr' || github.event.pull_request.head.repo.fork == false) && '/extras=s3-cache' || '')
111111
|| 'ubuntu-latest' }}
112112
steps:
113113
- uses: runs-on/action@v2

0 commit comments

Comments
 (0)