-
Notifications
You must be signed in to change notification settings - Fork 2
/
testconfig.yml
195 lines (191 loc) · 4.83 KB
/
testconfig.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
defaults:
count: 3
benchtime: 1x
runs:
BenchmarkBuild:
BenchmarkBuildSimple:
description: Simple build
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildMultistage:
description: Multistage build
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildSecret:
description: Build with secret
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildRemote:
description: Build from git context
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildHighParallelization16x:
description: Build high parallelization (16x)
count: 3
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildHighParallelization32x:
description: Build high parallelization (32x)
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildHighParallelization64x:
description: Build high parallelization (64x)
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildHighParallelization128x:
description: Build high parallelization (128x)
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildFileTransfer:
description: Build with file transfer
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildFileTransferCachedWithIteration:
description: Build with file transfer (cached)
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildEmulator:
description: Build with emulator
count: 10
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildExportUncompressed:
description: Build export uncompressed
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildExportGzip:
description: Build export gzip
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkBuildExportEstargz:
description: Build export estargz
count: 4
metrics:
duration:
description: Time (s)
chart: boxplot
alloc:
description: Allocated memory (bytes)
chart: boxplot
BenchmarkDaemon:
BenchmarkDaemonVersion:
description: Run "buildkitd --version"
scope: buildkit
count: 8
metrics:
duration:
description: Time (s)
chart: boxplot
BenchmarkDaemonSize:
description: Daemon binary size
scope: buildkit
count: 1
metrics:
bytes:
description: Size (bytes)
chart: bar
average: true
BenchmarkPackage:
BenchmarkPackageSize:
description: Package size
scope: buildkit
count: 1
metrics:
bytes:
description: Size (bytes)
chart: bar
average: true
BenchmarkBuildx:
BenchmarkBuildxVersion:
description: Run "buildx version"
scope: buildx
count: 8
metrics:
duration:
description: Time (s)
chart: boxplot
BenchmarkBuildxSize:
description: Buildx binary size
scope: buildx
count: 1
metrics:
bytes:
description: Size (bytes)
chart: bar
average: true