Skip to content

Commit a6beb5e

Browse files
committed
CI: Add POWER10 benchmarking
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent 8a27b1e commit a6beb5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/bench.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ jobs:
6969
ldflags: "-flto"
7070
bench_extra_args: "-r"
7171
nix_shell: ci-bench
72+
- system: pqcp-ppc64
73+
name: ppc64le (POWER10) benchmarks
74+
bench_pmu: PERF
75+
archflags: "-march=native"
76+
cflags: "-flto -DMLK_FORCE_PPC64LE"
77+
ldflags: "-flto"
78+
bench_extra_args: "-r"
79+
nix_shell: ''
7280
if: github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main')
7381
runs-on: self-hosted-${{ matrix.target.system }}
7482
steps:

0 commit comments

Comments
 (0)