Skip to content

Commit 19b809e

Browse files
committed
ci: Print CPU information for benchmarks
Make it easier to explain possible changes to results on CI.
1 parent 0173568 commit 19b809e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/compiler-builtins/ci/bench-icount.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ if [ -z "$target" ]; then
1010
target="$host_target"
1111
fi
1212

13+
# Print machine information
14+
uname -a
15+
lscpu || true
16+
1317
gungraun_home="gungraun-home"
1418

1519
# Use the arch as a tag to disambiguate artifacts

0 commit comments

Comments
 (0)