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.006s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/assets 0.004s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/bearer
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkValidate/stateless-2 480711 2474 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 394296 2638 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 481188 2565 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 496203 2423 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 497335 2714 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 518120 2405 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 507980 2347 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 528132 2401 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 446238 2402 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 480300 2441 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 409050 2991 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 379495 3077 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 373662 3064 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 423524 2777 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 414076 2819 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 439551 2833 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 430485 2807 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 442298 2800 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 418111 2748 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 414710 2716 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/forbidden-2 345651 3633 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 326890 3835 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 319092 3739 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 309870 3732 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 328699 3769 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 260257 3844 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 326290 3823 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 307526 3714 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 326360 3515 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 336868 3570 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/invalid-2 4455320 269.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4433536 271.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4327605 273.5 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4323787 284.1 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4382046 273.2 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4360399 272.6 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4403898 272.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4402394 272.1 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4428920 272.6 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4375652 273.3 ns/op 144 B/op 3 allocs/op
BenchmarkInspect-2 523478 2321 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 502644 2350 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 500468 2353 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 551292 2284 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 534127 2319 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 533983 2337 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 522914 2343 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 533280 2280 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 519994 2319 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 519104 2296 ns/op 1288 B/op 20 allocs/op
BenchmarkValidateParallel-2 676554 1859 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 516776 1998 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 545457 1942 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 592504 1992 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 556232 1880 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 638749 1821 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 581030 2018 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 597715 2006 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 552967 2070 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 502818 2024 ns/op 1304 B/op 20 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/bearer 71.398s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/chimw
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequestLogger/logged-2 439543 2855 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 407674 2908 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 407472 2859 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 425667 2823 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 430172 2701 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 425821 2774 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 392754 2766 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 426730 2763 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 434574 2737 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 451546 2719 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/with_request_id-2 345448 3477 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 329281 3515 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 332959 3486 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 340168 3472 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 323253 3478 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 348331 3434 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 344739 3424 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 347666 3425 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 350788 3437 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 328990 3434 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/skipped-2 977014 1174 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1179 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1190 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 980809 1221 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 923311 1272 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1283 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1161 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1164 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1164 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1164 ns/op 970 B/op 9 allocs/op
BenchmarkGetHead/GET-2 3482430 346.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3416252 351.4 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3476700 346.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3450092 371.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2858914 401.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3486624 344.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3489910 344.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3468064 346.9 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3491380 345.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3426836 354.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3345985 351.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3379996 354.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3422275 349.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3451280 347.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3449475 347.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3469545 348.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3460092 345.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3489552 357.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3439036 361.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3439749 345.7 ns/op 426 B/op 5 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chimw 59.543s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chrome 0.004s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/csrf
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequire/safe_method-2 16369320 68.65 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17429325 67.73 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17486060 67.74 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17647286 68.23 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17357301 68.19 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17487721 69.11 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17425659 69.19 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17629065 68.45 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17479142 68.29 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17530082 67.98 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/origin_match-2 3551254 340.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3529288 341.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3514944 339.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3565083 335.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3576048 338.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3573242 348.8 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3328209 354.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3290059 362.8 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3218480 391.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3424656 342.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2817595 426.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2863566 419.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2841523 420.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2805002 423.7 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2821624 422.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2862280 417.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2861886 420.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2845173 421.9 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2812346 424.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2850939 422.4 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/denied-2 1604242 745.9 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1584996 752.1 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1594876 754.9 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1591600 751.5 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1581355 757.3 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1598895 749.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1579027 753.2 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1634607 734.7 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1613708 744.8 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1612732 747.1 ns/op 600 B/op 7 allocs/op
BenchmarkSameOrigin-2 2599692 462.8 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2581040 462.6 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2574730 462.9 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2602867 462.8 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2587275 464.4 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2578500 463.9 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2588739 464.2 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2570553 475.5 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2575858 464.3 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2532060 477.7 ns/op 288 B/op 2 allocs/op
BenchmarkSafeMethod-2 951906290 1.247 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 961979637 1.247 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 967005326 1.246 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 963632810 1.249 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 959178819 1.246 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 966142400 1.248 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 959403748 1.261 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 951771848 1.252 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 960255043 1.234 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 972533182 1.229 ns/op 0 B/op 0 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/csrf 71.927s
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 1692529 709.1 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1686823 709.6 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1701776 706.6 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1701800 706.6 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1692519 717.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1629037 734.9 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1660009 724.1 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1633048 731.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1666578 720.7 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1673358 715.6 ns/op 368 B/op 3 allocs/op
BenchmarkParseRequested-2 1808774 664.6 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1802564 668.5 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1776188 683.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1734309 690.6 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1743754 688.2 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1760808 674.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1801696 667.8 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1790640 669.0 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1796010 666.8 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1813011 661.5 ns/op 352 B/op 3 allocs/op
BenchmarkHas/hit-2 100000000 10.28 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 100000000 10.35 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.49 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.06 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.50 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.59 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.47 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.15 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.29 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.29 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.23 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.27 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.23 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.27 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.29 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.35 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 946621086 1.268 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 945504022 1.266 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 948472080 1.267 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 940439460 1.265 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 946557042 1.266 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 947026239 1.414 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 951402547 1.265 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 952506448 1.256 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 967608584 1.280 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 968780240 1.263 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16401652 73.41 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16376929 73.04 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16334150 73.45 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16226415 73.34 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16315146 73.61 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16275782 73.30 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16394826 73.65 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16174038 73.92 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16424786 73.78 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16366963 74.02 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23275534 51.47 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23468011 51.29 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22862890 51.35 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22927149 50.87 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23790608 51.20 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23244986 51.25 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23178074 51.00 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23327001 51.14 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23475972 50.85 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22839176 51.86 ns/op 0 B/op 0 allocs/op
BenchmarkString-2 2823894 427.2 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2805728 425.5 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2800900 424.1 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2837560 420.1 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2838300 418.6 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2855746 420.4 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2850835 422.9 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2844025 423.3 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2831617 425.1 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2829372 425.6 ns/op 340 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/grants 92.771s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/instconf 0.003s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/internalauth 0.006s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/logging 0.006s
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 4267458 276.9 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4404049 266.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4382942 273.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4531389 268.9 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4495898 274.4 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4417948 277.5 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4476368 268.8 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4419079 270.3 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4534479 274.9 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4224906 312.1 ns/op 440 B/op 5 allocs/op
BenchmarkRecoverPanics/clean-2 10904758 101.7 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12106296 99.98 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12074841 99.54 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 13004612 92.85 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 13025211 92.49 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12951914 92.93 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12705715 93.74 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12804040 93.73 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12946999 93.37 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12827581 95.12 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/panicking-2 39506 29945 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 39997 29603 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 40761 29293 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41145 29147 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 40952 29255 ns/op 5025 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41899 28683 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 42522 28654 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41124 28908 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41185 28793 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 41697 28863 ns/op 5026 B/op 12 allocs/op
BenchmarkChain-2 3755239 318.9 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3748969 321.6 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3735552 320.9 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3779251 318.5 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3287498 359.8 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3292934 362.2 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3317155 350.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3783573 320.8 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3751188 344.8 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3165331 364.8 ns/op 464 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/middleware 48.139s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/pages 0.005s
+ 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
|