ci: Print CPU information for benchmarks
Make it easier to explain possible changes to results on CI.
This commit is contained in:
parent
01735687d8
commit
19b809e8bc
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue