From 19b809e8bca6e0f43526116f0ffd3361955622db Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 7 Dec 2025 14:27:50 -0500 Subject: [PATCH] ci: Print CPU information for benchmarks Make it easier to explain possible changes to results on CI. --- library/compiler-builtins/ci/bench-icount.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/compiler-builtins/ci/bench-icount.sh b/library/compiler-builtins/ci/bench-icount.sh index 1d7d23dcce45..6d92b50a6dae 100755 --- a/library/compiler-builtins/ci/bench-icount.sh +++ b/library/compiler-builtins/ci/bench-icount.sh @@ -10,6 +10,10 @@ if [ -z "$target" ]; then target="$host_target" fi +# Print machine information +uname -a +lscpu || true + gungraun_home="gungraun-home" # Use the arch as a tag to disambiguate artifacts