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 |
+ 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.006s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/bearer
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkValidate/stateless-2 429764 2557 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 514348 2522 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 474760 2462 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 415776 2469 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 465210 2359 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 508065 2345 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 511610 2315 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 512192 2350 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 492964 2332 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/stateless-2 483612 2316 ns/op 1288 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 398082 2925 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 428494 2866 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 362163 2796 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 447399 2731 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 422326 2738 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 448514 2734 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 441248 2742 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 452487 2760 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 444916 2750 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/registered_cached-2 432964 2752 ns/op 1304 B/op 20 allocs/op
BenchmarkValidate/forbidden-2 342594 3536 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 328616 3628 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 313812 3565 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 353343 3584 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 310191 3767 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 289208 3756 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 334688 3515 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 335510 3565 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 320961 3524 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/forbidden-2 339939 3523 ns/op 1624 B/op 28 allocs/op
BenchmarkValidate/invalid-2 4275201 272.1 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4497733 269.2 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4487473 267.8 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4466409 269.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4428794 270.5 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4471680 268.3 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4440637 270.4 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4456669 269.0 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4444225 270.7 ns/op 144 B/op 3 allocs/op
BenchmarkValidate/invalid-2 4494483 270.3 ns/op 144 B/op 3 allocs/op
BenchmarkInspect-2 516321 2343 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 511789 2342 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 496994 2349 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 509403 2338 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 506016 2353 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 493274 2349 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 519338 2327 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 535696 2325 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 514777 2351 ns/op 1288 B/op 20 allocs/op
BenchmarkInspect-2 520494 2307 ns/op 1288 B/op 20 allocs/op
BenchmarkValidateParallel-2 644078 1922 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 590427 1954 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 549738 1982 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 597874 2029 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 578709 1972 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 678094 1808 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 673968 1763 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 571856 1858 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 553728 1914 ns/op 1304 B/op 20 allocs/op
BenchmarkValidateParallel-2 610923 1965 ns/op 1304 B/op 20 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/bearer 72.888s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/chimw
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkRequestLogger/logged-2 404985 2833 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 421778 2782 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 382167 2878 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 348709 2890 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 391414 2880 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 421803 2864 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 448383 2750 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 433875 2732 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 422599 2724 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/logged-2 417184 2689 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/with_request_id-2 343968 3427 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 333948 3431 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 346714 3487 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 321931 3493 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 345535 3403 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 349182 3408 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 345774 3420 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 357326 3372 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 347667 3371 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/with_request_id-2 341612 3379 ns/op 1456 B/op 16 allocs/op
BenchmarkRequestLogger/skipped-2 1000000 1226 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 998128 1257 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 878258 1275 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 979273 1254 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 929761 1296 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 966984 1271 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 986041 1285 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 994269 1269 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 977586 1228 ns/op 970 B/op 9 allocs/op
BenchmarkRequestLogger/skipped-2 938281 1197 ns/op 970 B/op 9 allocs/op
BenchmarkGetHead/GET-2 3400032 352.5 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3407492 352.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3405184 352.2 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3385270 356.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3360094 358.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3109090 391.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3018445 390.3 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2959003 405.9 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 3034341 395.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/GET-2 2975658 392.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3118274 379.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3358294 355.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3398186 354.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3365562 357.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3378970 357.1 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3308960 360.0 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3365937 358.8 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3377078 357.6 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3298554 365.7 ns/op 426 B/op 5 allocs/op
BenchmarkGetHead/HEAD-2 3418614 353.1 ns/op 426 B/op 5 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/chimw 59.325s
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 17869374 67.52 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17812657 67.31 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17632647 67.39 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17219365 67.22 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 18016236 67.52 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17697686 67.94 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17440087 67.84 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17850302 67.08 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17457895 67.67 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/safe_method-2 17701881 67.44 ns/op 56 B/op 2 allocs/op
BenchmarkRequire/origin_match-2 3591405 332.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3532514 337.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3505338 335.8 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3595124 334.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3594542 333.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3550621 344.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3458324 345.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3490902 342.5 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3562309 340.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/origin_match-2 3456564 347.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2869605 422.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2782176 422.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2897689 416.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2902533 415.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2839860 416.1 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2895111 413.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2937201 409.0 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2919463 411.3 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2851287 414.6 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/referer_only-2 2843982 422.2 ns/op 200 B/op 3 allocs/op
BenchmarkRequire/denied-2 1604781 746.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1615831 745.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1597525 750.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1616566 746.5 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1587130 752.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1615052 740.5 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1615527 744.6 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1615450 743.4 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1564162 758.1 ns/op 600 B/op 7 allocs/op
BenchmarkRequire/denied-2 1613829 744.9 ns/op 600 B/op 7 allocs/op
BenchmarkSameOrigin-2 2611632 459.2 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2624666 458.4 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2534760 479.7 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2446299 485.1 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2490268 493.8 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2440443 487.0 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2444632 498.1 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2425130 485.1 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2419923 489.2 ns/op 288 B/op 2 allocs/op
BenchmarkSameOrigin-2 2478730 486.8 ns/op 288 B/op 2 allocs/op
BenchmarkSafeMethod-2 978155289 1.223 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 748457895 1.786 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 957271988 1.247 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 958231158 1.244 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 958847893 1.247 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 956713627 1.259 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 968317833 1.617 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 949793323 1.529 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 598032952 2.016 ns/op 0 B/op 0 allocs/op
BenchmarkSafeMethod-2 808816263 1.567 ns/op 0 B/op 0 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/csrf 72.715s
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 1691202 710.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1699736 713.2 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1648849 728.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1699780 708.3 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1693579 709.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1699950 702.8 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1706935 703.1 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1629012 740.9 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1573803 755.3 ns/op 368 B/op 3 allocs/op
BenchmarkParse-2 1644652 730.8 ns/op 368 B/op 3 allocs/op
BenchmarkParseRequested-2 1704265 698.8 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1747092 688.7 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1762711 680.3 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1712941 685.6 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1819845 659.1 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1810578 674.3 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1668829 703.9 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1780995 675.2 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1797970 667.7 ns/op 352 B/op 3 allocs/op
BenchmarkParseRequested-2 1778330 683.6 ns/op 352 B/op 3 allocs/op
BenchmarkHas/hit-2 100000000 10.47 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.89 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.46 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.71 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 10.90 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 11.23 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 11.42 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 100000000 12.22 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 109584727 10.96 ns/op 0 B/op 0 allocs/op
BenchmarkHas/hit-2 90551685 11.24 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 104365698 11.58 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 83771282 12.14 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 11.25 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.58 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 11.15 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 11.06 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 11.17 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.46 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.48 ns/op 0 B/op 0 allocs/op
BenchmarkHas/miss-2 100000000 10.39 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 966898642 1.528 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 973985566 1.231 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 972945640 1.402 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 592484304 1.741 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 963552834 1.262 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 956753421 1.264 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 938326569 1.270 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 955774413 1.278 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 940146409 1.294 ns/op 0 B/op 0 allocs/op
BenchmarkHas/universal-2 941163957 1.272 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15533804 77.64 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15995677 76.24 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15913896 74.08 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16002546 75.93 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15855037 78.03 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 14795581 79.65 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 14845860 78.81 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 16063892 78.30 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 15622118 79.98 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/narrower-2 14348097 78.40 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21429614 55.79 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 22404895 56.21 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21136489 56.73 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 20951755 54.09 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21870237 53.40 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23147241 52.53 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 23511752 54.10 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21940298 55.60 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 20174640 57.75 ns/op 0 B/op 0 allocs/op
BenchmarkIsSubsetOf/wider-2 21983577 55.29 ns/op 0 B/op 0 allocs/op
BenchmarkString-2 2552082 460.1 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2677947 441.9 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2733235 442.4 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2744712 437.1 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2752929 439.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2741444 437.2 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2670984 441.2 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2715567 449.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2550394 457.8 ns/op 340 B/op 6 allocs/op
BenchmarkString-2 2653286 467.6 ns/op 340 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/grants 94.360s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/instconf 0.003s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/internalauth 0.007s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/logging 0.004s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/login 0.005s
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/mcphttp 0.005s
goos: linux
goarch: amd64
pkg: sourcecraft.dev/bigbes/sr-ht-ecore/middleware
cpu: AMD Ryzen 7 3700X 8-Core Processor
BenchmarkPrivateCache-2 3773139 289.4 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4404592 285.5 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4146769 280.2 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4232619 283.7 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 3857640 322.7 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4204585 283.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 3496100 325.0 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4111152 286.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 4354099 291.6 ns/op 440 B/op 5 allocs/op
BenchmarkPrivateCache-2 3727386 315.6 ns/op 440 B/op 5 allocs/op
BenchmarkRecoverPanics/clean-2 11879370 104.4 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 11723053 101.3 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 10681423 102.6 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12190384 103.8 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 12173120 103.3 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 11741208 105.1 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 11248293 100.6 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 11301904 105.3 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 11014086 100.3 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/clean-2 9881527 104.9 ns/op 80 B/op 3 allocs/op
BenchmarkRecoverPanics/panicking-2 28849 35604 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 37170 32204 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 37836 32135 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 37650 32422 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 39616 31501 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 38176 31693 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 38292 31523 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 37233 33115 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 38400 31856 ns/op 5026 B/op 12 allocs/op
BenchmarkRecoverPanics/panicking-2 39225 31078 ns/op 5026 B/op 12 allocs/op
BenchmarkChain-2 3387787 348.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3350816 353.8 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3696171 328.9 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3686007 363.4 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3018508 409.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3596572 346.4 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3304249 353.2 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3455994 346.1 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3297990 373.4 ns/op 464 B/op 6 allocs/op
BenchmarkChain-2 3142612 362.5 ns/op 464 B/op 6 allocs/op
PASS
ok sourcecraft.dev/bigbes/sr-ht-ecore/middleware 47.818s
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
|