Skip to content

Commit e6e41e4

Browse files
Copilotmaxtropets
andauthored
Log machine info in bencher workflow (#7843)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maxtropets <16566519+maxtropets@users.noreply.github.com>
1 parent 3b941d4 commit e6e41e4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/bencher.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37+
- name: "Machine info"
38+
shell: bash
39+
run: |
40+
set -ex
41+
uname -a
42+
nproc
43+
cat /proc/cpuinfo
44+
cat /proc/meminfo
45+
3746
- name: "Install dependencies"
3847
shell: bash
3948
run: |
@@ -100,6 +109,15 @@ jobs:
100109
with:
101110
fetch-depth: 0
102111

112+
- name: "Machine info"
113+
shell: bash
114+
run: |
115+
set -ex
116+
uname -a
117+
nproc
118+
cat /proc/cpuinfo
119+
cat /proc/meminfo
120+
103121
- name: "Confirm running on SEV-SNP"
104122
run: |
105123
set -ex

0 commit comments

Comments
 (0)