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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351 |
+ cd sr-ht-ecore
+ make -s bench
+ go test -run='^$' -bench=. -benchmem -count=10 -timeout 20m ./...
+ cat /home/build/bench.txt
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/apimeta 0.008s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/assets 0.006s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/bearer
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkValidate/stateless-2 332878 4177 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 279925 3809 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 297477 4219 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 348664 3551 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 262272 4193 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 357417 4301 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 345128 4404 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 247964 4599 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 280017 4701 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 223134 4764 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 219756 5029 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 225985 5360 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 237956 4620 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 259404 4672 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 244884 4753 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 280982 4098 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 252814 4109 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 336134 4832 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 373196 3172 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 337702 3168 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/forbidden-2 288918 4507 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 290116 4079 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 310839 4418 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 237289 4252 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 293841 4438 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 287911 4365 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 229878 4495 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 229118 5281 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 240682 5129 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 238326 5102 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/invalid-2 3332720 351.6 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3289647 375.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3114470 400.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3433094 341.1 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3189594 361.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3582154 314.3 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4146117 312.2 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3661144 322.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 3841520 299.5 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4085776 315.2 ns/op 144 B/op 3 allocs/op
BenchmarkInspect-2 405441 2784 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 431938 2761 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 431209 2786 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 448681 2880 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 402783 2730 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 472868 2839 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 430424 2905 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 425316 2677 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 394213 2726 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 390003 2720 ns/op 1288 B/op 20 allocs/op
BenchmarkValidateParallel-2 544059 2338 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 580861 2147 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 467324 2250 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 510591 2314 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 450030 2431 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 551245 2087 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 614124 2201 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 514644 2273 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 528949 2253 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 571382 2155 ns/op 1304 B/op 20 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/bearer 74.400s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/chimw
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequestLogger/logged-2 373671 3300 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 393724 3248 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 333350 3316 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 298627 3589 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 358947 3567 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 334178 3278 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 326004 3324 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 375946 3167 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 414129 3105 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 336730 3137 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/with_request_id-2 322042 4241 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 296152 4246 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 235644 4255 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 331832 4681 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 245668 4723 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 311011 4487 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 285903 4749 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 234042 4559 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 236096 4474 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 256514 4422 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/skipped-2 773817 1918 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 733561 1637 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 692768 1523 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 893751 1466 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 964720 1437 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 765112 1524 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 772268 1435 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 866313 1460 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 930855 1440 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 943098 1520 ns/op 970 B/op 9 allocs/op
BenchmarkGetHead/GET-2 2573966 465.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2659423 441.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2857594 404.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2937439 421.9 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3041377 402.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2843227 409.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3023544 372.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3048711 415.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3198578 396.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2837568 419.4 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2990955 403.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3095674 420.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2662929 431.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2840648 407.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3084970 396.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2947360 404.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2781990 408.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3059823 404.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3026158 394.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2900185 412.2 ns/op 426 B/op 5 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chimw 60.826s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chrome 0.005s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/csrf
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequire/safe_method-2 16428646 77.28 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 13860074 76.31 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 15925938 79.80 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 15432507 74.05 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 15995152 77.40 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 15696766 77.31 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 16896380 76.21 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 14818164 74.28 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 15744052 74.26 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 16223480 71.40 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/origin_match-2 3242518 376.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3288026 360.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3062132 386.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 2940240 384.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3413520 350.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3228290 385.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3191505 390.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3124310 366.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3303775 369.9 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3162631 355.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2599429 476.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2348065 486.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2607195 463.9 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2506231 463.9 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2556116 470.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2830388 422.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2731862 445.8 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2641622 450.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2724786 426.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2857714 427.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/denied-2 1565337 771.0 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1472686 835.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1590754 751.1 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1562169 765.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1620097 744.0 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1610884 746.8 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1608162 744.1 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1612110 742.8 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1607828 749.3 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1595924 761.7 ns/op 600 B/op 7 allocs/op
BenchmarkSameOrigin-2 2564881 466.5 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2601190 463.6 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2541594 465.7 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2580330 466.4 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2582596 464.5 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2609368 461.5 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2569850 465.9 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2581858 465.0 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2582894 463.8 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2591109 462.5 ns/op 288 B/op 2 allocs/op
BenchmarkSafeMethod-2 709408958 1.959 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 963473491 1.249 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 943598647 1.276 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 943917784 1.454 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 586482286 2.055 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 928074855 1.267 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 954836518 1.280 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 930593101 1.291 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 950818508 1.852 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 964337000 1.511 ns/op 0 B/op 0 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/csrf 73.018s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/ecoretest 0.005s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/grants
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkParse-2 1615036 741.4 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1610096 759.7 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1535228 781.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1536607 778.1 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1573879 758.3 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1592954 763.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1546598 768.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1548886 772.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1533798 768.0 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1646403 737.8 ns/op 368 B/op 3 allocs/op
BenchmarkParseRequested-2 1703410 705.7 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1792149 668.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1821102 659.7 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1809678 660.3 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1777329 679.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1762164 677.3 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1777564 672.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1793388 671.9 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1782843 668.8 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1791814 662.1 ns/op 352 B/op 3 allocs/op
BenchmarkHas/hit-2 100000000 10.02 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 120779373 9.876 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 125176417 9.586 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.02 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 123085684 9.782 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.28 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.19 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.00 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.12 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.34 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.32 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.24 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.26 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.22 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.25 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.25 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.33 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.37 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.32 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.23 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 960499513 1.242 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 968612647 1.239 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 969071563 1.239 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 969059887 1.246 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 943539470 1.257 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 957034714 1.255 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 957541041 1.251 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 962208900 1.661 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 967573062 1.238 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 970995741 1.426 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16206926 74.75 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16039525 74.62 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15957496 75.56 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15614168 75.74 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15392596 77.24 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15544022 81.94 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15798852 79.20 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15072442 77.47 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15458889 76.68 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15774806 76.31 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22912652 53.40 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21635842 54.06 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22310313 53.28 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22938025 53.10 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22897411 52.99 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22969909 53.01 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22690952 53.64 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22403542 52.32 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 20704874 53.49 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22896064 52.70 ns/op 0 B/op 0 allocs/op
BenchmarkString-2 2578893 464.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2543848 477.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2579856 460.9 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2669596 437.3 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2814900 433.9 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2782141 429.3 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2771512 428.6 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2843256 425.0 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2864046 421.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2827856 426.9 ns/op 340 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/grants 93.565s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/instconf 0.003s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/internalauth 0.004s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/logging 0.003s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/login 0.004s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/mcphttp 0.003s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/metapat 0.004s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/middleware
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkPrivateCache-2 4498828 289.7 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4524224 272.1 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4338984 274.4 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4295522 272.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4528402 266.1 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4428336 271.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4353360 277.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4589149 266.2 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4492424 270.1 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4444604 264.7 ns/op 440 B/op 5 allocs/op
BenchmarkRecoverPanics/clean-2 12692474 94.41 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12783882 94.49 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12510652 94.41 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12673528 94.72 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12837547 101.6 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12376736 96.14 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12883111 93.81 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12694915 94.85 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12547696 94.36 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12962020 94.96 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/panicking-2 41900 28541 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41185 28912 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 40711 28992 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42308 28591 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42428 28504 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 40976 29151 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41235 28856 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41770 28820 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42028 28548 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41289 28931 ns/op 5026 B/op 12 allocs/op
BenchmarkChain-2 3763723 319.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3701779 321.9 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3762060 325.6 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3659602 321.0 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3780378 319.7 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3768380 320.0 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3733815 320.9 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3230802 376.4 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3002547 382.7 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3132913 350.6 ns/op 464 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/middleware 48.098s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/pages 0.003s
+ grep -q '^BenchmarkValidate' /home/build/bench.txt
+ grep -q '^BenchmarkRequestLogger' /home/build/bench.txt
+ grep -q '^BenchmarkRequire' /home/build/bench.txt
+ grep -q '^BenchmarkParse' /home/build/bench.txt
+ grep -q '^BenchmarkChain' /home/build/bench.txt
|