Skip to content

Commit 2ac8793

Browse files
authored
rename; add algo extension build (#5367)
1 parent c86a873 commit 2ac8793

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/datagen-sf10k-benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ClickBench
1+
name: DataGen-SF10K
22
on:
33
schedule:
44
- cron: "0 5 * * *"
@@ -7,11 +7,12 @@ on:
77
workflow_call:
88

99
jobs:
10-
click_benchmark:
11-
name: soc-livejournal benchmark
10+
benchmark:
11+
name: datagen-sf10k benchmark
1212
env:
1313
NUM_THREADS: 128
1414
GEN: Ninja
15+
EXTENSION_LIST: "algo"
1516
runs-on: kuzu-self-hosted-benchmarking-xl
1617
steps:
1718
- uses: actions/checkout@v4

.github/workflows/graph500-benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ClickBench
1+
name: Graph500-27
22
on:
33
schedule:
44
- cron: "0 5 * * *"
@@ -7,11 +7,12 @@ on:
77
workflow_call:
88

99
jobs:
10-
click_benchmark:
11-
name: soc-livejournal benchmark
10+
benchmark:
11+
name: graph500-27 benchmark
1212
env:
1313
NUM_THREADS: 128
1414
GEN: Ninja
15+
EXTENSION_LIST: "algo"
1516
runs-on: kuzu-self-hosted-benchmarking-xl
1617
steps:
1718
- uses: actions/checkout@v4

.github/workflows/soc-livejournal-benchmark.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ClickBench
1+
name: Soc-LiveJournal
22
on:
33
schedule:
44
- cron: "0 5 * * *"
@@ -7,11 +7,12 @@ on:
77
workflow_call:
88

99
jobs:
10-
click_benchmark:
10+
benchmark:
1111
name: soc-livejournal benchmark
1212
env:
1313
NUM_THREADS: 128
1414
GEN: Ninja
15+
EXTENSION_LIST: "algo"
1516
runs-on: kuzu-self-hosted-benchmarking-xl
1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)