From dde6611ae205ba649b2e4224da2dbba3425d676f Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Wed, 3 Jul 2024 02:34:47 +0800 Subject: [PATCH] Add RPi5 benchmarks (#86) Signed-off-by: Matthias J. Kannwischer --- .github/workflows/bench.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5f903415d..e98b3577a 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -17,6 +17,9 @@ jobs: - system: rpi4 name: Arm Cortex-A72 (Raspberry Pi 4) benchmarks cmd: tests bench -c PMU --cflags -mcpu=cortex-a72 -v --output output.json + - system: rpi5 + name: Arm Cortex-A76 (Raspberry Pi 5) benchmarks + cmd: tests bench -c PERF --cflags -mcpu=cortex-a76 --arch-flags -march=armv8.2-a -v --output output.json - system: a55 name: Arm Cortex-A55 (Snapdragon 888) benchmarks cmd: tests bench -c PERF --cflags "-static -mcpu=cortex-a55" --arch-flags -march=armv8.2-a -w exec-on-a55 -v --output output.json