We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b941d4 commit e6e41e4Copy full SHA for e6e41e4
1 file changed
.github/workflows/bencher.yml
@@ -34,6 +34,15 @@ jobs:
34
with:
35
fetch-depth: 0
36
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
+
46
- name: "Install dependencies"
47
shell: bash
48
run: |
@@ -100,6 +109,15 @@ jobs:
100
109
101
110
102
111
112
113
114
115
116
117
118
119
120
103
121
- name: "Confirm running on SEV-SNP"
104
122
105
123
set -ex
0 commit comments