We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a27b1e commit a6beb5eCopy full SHA for a6beb5e
.github/workflows/bench.yml
@@ -69,6 +69,14 @@ jobs:
69
ldflags: "-flto"
70
bench_extra_args: "-r"
71
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: ''
80
if: github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main')
81
runs-on: self-hosted-${{ matrix.target.system }}
82
steps:
0 commit comments