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.004s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/assets 0.002s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/bearer
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkValidate/stateless-2 510764 2304 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 530892 2351 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 473426 2339 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 479912 2348 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 534063 2522 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 483475 2405 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 545436 2366 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 504768 2371 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 499824 2484 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 466240 2507 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 402860 2965 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 399476 2909 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 427760 2949 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 418634 2857 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 428179 2733 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 431565 2738 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 437134 2717 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 428944 2768 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 408782 2698 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 413638 2675 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/forbidden-2 334603 3520 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 348691 3494 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 335616 3470 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 329904 3540 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 342466 3550 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 306691 3571 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 352310 3503 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 329746 3542 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 331996 3532 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 343599 3495 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/invalid-2 4598058 262.8 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4498089 272.2 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4184378 281.3 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4036184 289.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4163376 286.3 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4247248 275.5 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4434513 268.9 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4450801 268.5 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4451990 269.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4486507 268.9 ns/op 144 B/op 3 allocs/op
BenchmarkInspect-2 506445 2314 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 537169 2287 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 513554 2305 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 512383 2345 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 502266 2348 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 545227 2311 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 492592 2318 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 506674 2299 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 545406 2269 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 525645 2335 ns/op 1288 B/op 20 allocs/op
BenchmarkValidateParallel-2 710397 1862 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 575400 1994 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 706520 1988 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 560226 1992 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 579308 2079 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 491995 2033 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 572712 2063 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 549972 2022 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 546904 1984 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 605774 1701 ns/op 1304 B/op 20 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/bearer 74.337s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/chimw
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequestLogger/logged-2 444811 2664 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 433551 2643 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 440756 2651 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 434456 2674 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 449416 2677 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 442398 2673 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 455109 2671 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 431575 2676 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 435800 2661 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 451485 2647 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/with_request_id-2 349269 3376 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 341938 3358 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 355660 3387 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 352852 3348 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 344880 3375 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 351852 3422 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 360663 3416 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 344503 3390 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 348182 3383 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 352351 3389 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/skipped-2 968469 1179 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1278 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 986392 1251 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 982570 1290 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 992737 1256 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 921484 1261 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 901483 1227 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 972704 1276 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1281 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 852910 1254 ns/op 970 B/op 9 allocs/op
BenchmarkGetHead/GET-2 3207780 388.4 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3103119 388.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3180128 389.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3256827 351.9 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3521912 340.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3540938 341.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3455491 345.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3421177 345.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3495441 342.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3521037 364.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 2966340 362.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3523821 340.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3447966 346.9 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3467106 347.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3471597 343.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3503530 343.4 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3492520 344.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3467302 344.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3437404 350.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3553645 337.4 ns/op 426 B/op 5 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chimw 59.658s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chrome 0.003s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/csrf
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequire/safe_method-2 17872177 67.22 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17728098 67.53 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17748474 67.48 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17600233 67.82 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17609890 67.78 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17570836 67.10 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17738677 67.28 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17767534 66.92 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17801422 67.38 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17766955 67.39 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/origin_match-2 3569667 336.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3587170 335.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3540111 337.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3566498 335.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3575257 336.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3562107 336.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3461478 335.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3626884 330.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3571186 334.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3631168 334.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2909827 415.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2903875 414.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2872612 418.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2882935 415.9 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2886684 415.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2894718 416.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2882954 412.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2920496 410.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2916432 414.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2892930 416.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/denied-2 1612701 746.3 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1598036 749.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1628319 739.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1605310 763.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1521555 792.1 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1506676 790.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1505220 800.7 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1426267 824.7 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1524032 787.9 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1532754 789.6 ns/op 600 B/op 7 allocs/op
BenchmarkSameOrigin-2 2419849 483.7 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2462902 487.7 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2480142 483.2 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2499733 485.2 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2483564 488.3 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2455327 480.0 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2456674 487.7 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2491434 479.8 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2510593 490.5 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2484700 485.0 ns/op 288 B/op 2 allocs/op
BenchmarkSafeMethod-2 968819168 1.297 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 968314380 1.240 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 986319072 1.239 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 946501054 1.484 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 967544376 1.336 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 974531812 1.521 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 973731261 1.268 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 970801957 1.443 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 869675871 1.338 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 967962373 1.463 ns/op 0 B/op 0 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/csrf 73.059s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/ecoretest 0.003s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/grants
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkParse-2 1561819 760.4 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1621506 746.3 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1624983 742.3 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1625979 751.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1597599 744.6 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1633400 743.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1620505 739.7 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1615824 744.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1556396 767.0 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1629798 736.4 ns/op 368 B/op 3 allocs/op
BenchmarkParseRequested-2 1729290 690.4 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1738296 690.2 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1668164 731.2 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1719698 699.7 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1735263 693.0 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1706338 701.9 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1712743 703.0 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1657752 713.9 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1705287 707.3 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1721134 712.6 ns/op 352 B/op 3 allocs/op
BenchmarkHas/hit-2 117319837 10.39 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.31 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 122117919 9.780 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 120818637 9.927 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.16 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.20 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.21 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.22 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.26 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.00 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.34 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.34 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.32 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.31 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.36 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.36 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.38 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.35 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.41 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 959580870 1.236 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 964463350 1.238 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 983228972 1.235 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 972929288 1.237 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 969284653 1.245 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 965498691 1.244 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 964544353 1.245 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 976251652 1.236 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 973316022 1.231 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 953769321 1.259 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15484561 75.17 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15507007 75.55 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15869245 73.91 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16319044 73.61 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16328331 73.46 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16175798 73.99 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16140782 73.91 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16395798 73.66 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16255443 74.09 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16292940 73.87 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23147114 51.08 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22884087 51.05 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23488174 50.91 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23765460 50.84 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23953042 50.95 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23379458 51.24 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23333220 51.27 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23320147 51.23 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23489097 50.84 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23389746 51.16 ns/op 0 B/op 0 allocs/op
BenchmarkString-2 2864180 423.6 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2795460 425.7 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2813366 426.7 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2832700 424.3 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2845262 421.7 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2854113 421.0 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2813552 424.5 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2854390 421.5 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2858787 421.3 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2857886 419.2 ns/op 340 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/grants 93.085s
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.002s
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 4372048 267.4 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4262863 268.4 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4537532 275.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 3811622 293.0 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4620898 267.8 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4519431 267.5 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4470699 278.2 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4410168 268.9 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4513909 269.8 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4636434 265.6 ns/op 440 B/op 5 allocs/op
BenchmarkRecoverPanics/clean-2 12516974 94.92 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12640468 93.67 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12592185 94.52 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12804313 93.81 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12818704 94.16 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12644553 93.66 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12691794 94.48 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12784177 93.76 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12433574 93.78 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12833348 93.28 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/panicking-2 42930 28184 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42070 28351 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42556 29742 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42714 29816 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41095 29108 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 39630 29679 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41011 30357 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41439 29174 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41698 29624 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 40836 29811 ns/op 5026 B/op 12 allocs/op
BenchmarkChain-2 3319534 356.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3513392 322.4 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3794854 316.0 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3796639 330.7 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3295381 363.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3154372 338.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3818841 320.3 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3761139 319.6 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3786925 314.8 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3800260 314.1 ns/op 464 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/middleware 48.015s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/pages 0.004s
+ 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
|