Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ci/bench-icount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading